Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp48 if (!SourceTextModule::LoadNativeModule(thread, moduleRecord, moduleType)) { in ExecuteNativeOrJsonModule()
Djs_module_manager.h70 JSHandle<JSTaggedValue> LoadNativeModule(JSThread *thread, const std::string &key);
Djs_module_source_text.h145 static bool LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModule,
Djs_module_manager.cpp777 JSHandle<JSTaggedValue> ModuleManager::LoadNativeModule(JSThread *thread, const std::string &key) in LoadNativeModule() function in panda::ecmascript::ModuleManager
792 if (!SourceTextModule::LoadNativeModule(thread, nativeModule, moduleType)) { in LoadNativeModule()
Djs_module_source_text.cpp361 bool SourceTextModule::LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModul… in LoadNativeModule() function in panda::ecmascript::SourceTextModule
401 if (!SourceTextModule::LoadNativeModule(thread, requiredModule, moduleType)) { in InstantiateNativeModule()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3785 JSHandle<JSTaggedValue> exportObj = moduleManager->LoadNativeModule(thread, key); in ExecuteNativeModule()