Searched refs:LoadNativeModule (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_dynamic_import.cpp | 48 if (!SourceTextModule::LoadNativeModule(thread, moduleRecord, moduleType)) { in ExecuteNativeOrJsonModule()
|
| D | js_module_manager.h | 70 JSHandle<JSTaggedValue> LoadNativeModule(JSThread *thread, const std::string &key);
|
| D | js_module_source_text.h | 145 static bool LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModule,
|
| D | js_module_manager.cpp | 777 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()
|
| D | js_module_source_text.cpp | 361 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/ |
| D | jsnapi_expo.cpp | 3785 JSHandle<JSTaggedValue> exportObj = moduleManager->LoadNativeModule(thread, key); in ExecuteNativeModule()
|