Searched refs:LoadNativeModule (Results 1 – 3 of 3) sorted by relevance
87 static bool LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModule,
672 bool ModuleManager::LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModule, in LoadNativeModule() function in panda::ecmascript::ModuleManager
263 if (!ModuleManager::LoadNativeModule(thread, requiredModule, moduleRequest, moduleType)) { in InstantiateNativeModule()