* Push the module unmarshalled using the schema in the given marshaller handle * into the marshaller.
(nativeObjectsManager: JSRuntimeNativeObjectsManager, path: any, marshallerHandle: bigint)
| 155 | * into the marshaller. |
| 156 | */ |
| 157 | pushModuleToMarshaller(nativeObjectsManager: JSRuntimeNativeObjectsManager, path: any, marshallerHandle: bigint): number; |
| 158 | addModuleUnloadObserver(path: any, observer: any): void; |
| 159 | preloadModule(path: any, maxDepth: number): void; |
| 160 | preloadModules(paths: Array<any>, maxDepth: number): void; |
no outgoing calls