(module: OpaqueModuleNativeHandle)
| 139 | ): InternalModuleMetadata; |
| 140 | unloadModule(module: OpaqueModuleNativeHandle): void; |
| 141 | getModuleMetadata(module: OpaqueModuleNativeHandle): InternalModuleMetadata; |
| 142 | |
| 143 | // Module instances |
| 144 | createModuleInstance( |
nothing calls this directly
no outgoing calls
no test coverage detected