Searched defs:LoadNativeModule (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ | ||
| D | js_module_manager.cpp | 590 JSHandle<JSTaggedValue> ModuleManager::LoadNativeModule(JSThread *thread, const CString &key) in LoadNativeModule() function in panda::ecmascript::ModuleManager |
| D | js_module_source_text.cpp | 375 bool SourceTextModule::LoadNativeModule(JSThread *thread, const JSHandle<SourceTextModule> &require… in LoadNativeModule() function in panda::ecmascript::SourceTextModule |
| /arkcompiler/ets_runtime/ecmascript/builtins/ | ||
| D | builtins_global.cpp | 710 JSTaggedValue BuiltinsGlobal::LoadNativeModule(EcmaRuntimeCallInfo *msg) in LoadNativeModule() function in panda::ecmascript::builtins::BuiltinsGlobal |
| /arkcompiler/ets_runtime/ecmascript/module/tests/ | ||
| D | ecma_module_test.cpp | 2279 HWTEST_F_L0(EcmaModuleTest, LoadNativeModule) in HWTEST_F_L0() argument |