Searched refs:LoadNativeModule (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_dynamic_import.cpp | 53 if (!SourceTextModule::LoadNativeModule(thread, moduleRecord, moduleType)) { in ExecuteNativeOrJsonModule()
|
| D | napi_module_loader.cpp | 58 JSHandle<JSTaggedValue> moduleHandle = moduleManager->LoadNativeModule(thread, requestPath); in LoadModuleNameSpaceWithPath()
|
| D | js_module_manager.h | 86 JSHandle<JSTaggedValue> LoadNativeModule(JSThread *thread, const CString &key);
|
| D | js_module_manager.cpp | 754 JSHandle<JSTaggedValue> ModuleManager::LoadNativeModule(JSThread *thread, const CString &key) in LoadNativeModule() function in panda::ecmascript::ModuleManager 794 if (!SourceTextModule::LoadNativeModule(thread, nativeModule, nativeModule->GetTypes())) { in ExecuteNativeModule() 806 if (!SourceTextModule::LoadNativeModule(thread, nativeModule, moduleType)) { in ExecuteNativeModule()
|
| D | js_module_source_text.h | 176 static bool LoadNativeModule(JSThread *thread, const JSHandle<SourceTextModule> &requiredModule,
|
| D | js_module_source_text.cpp | 208 if (!LoadNativeModule(thread, nativeModule, moduleType)) { in ResolveNativeStarExport() 440 bool SourceTextModule::LoadNativeModule(JSThread *thread, const JSHandle<SourceTextModule> &require… in LoadNativeModule() function in panda::ecmascript::SourceTextModule 473 if (!SourceTextModule::LoadNativeModule(thread, nativeModule, moduleType)) { in EvaluateNativeModule()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.h | 59 V("loadNativeModule", LoadNativeModule, 0, INVALID) \ 126 static JSTaggedValue LoadNativeModule(EcmaRuntimeCallInfo *msg);
|
| D | builtins_global.cpp | 713 JSTaggedValue BuiltinsGlobal::LoadNativeModule(EcmaRuntimeCallInfo *msg) in LoadNativeModule() function in panda::ecmascript::builtins::BuiltinsGlobal
|
| D | builtins.cpp | 447 SetFunction(env, globalObject, "loadNativeModule", Global::LoadNativeModule, 0); in InitializeGlobalObject()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5733 JSHandle<JSTaggedValue> exportObj = moduleManager->LoadNativeModule(thread, key.c_str()); in ExecuteNativeModule()
|