Home
last modified time | relevance | path

Searched refs:LoadNativeModule (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h87 static bool LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModule,
Djs_module_manager.cpp672 bool ModuleManager::LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModule, in LoadNativeModule() function in panda::ecmascript::ModuleManager
Djs_module_source_text.cpp263 if (!ModuleManager::LoadNativeModule(thread, requiredModule, moduleRequest, moduleType)) { in InstantiateNativeModule()