| 747 | } |
| 748 | |
| 749 | void Runtime::registerNativeModuleFactory(const Shared<snap::valdi_core::ModuleFactory>& moduleFactory) { |
| 750 | registerJavaScriptModuleFactory(makeShared<JavaScriptModuleFactoryBridge>(moduleFactory)); |
| 751 | } |
| 752 | |
| 753 | void Runtime::registerTypeConverter(const StringBox& className, const StringBox& functionPath) { |
| 754 | _javaScriptRuntime->registerTypeConverter(className, functionPath); |