Home
last modified time | relevance | path

Searched defs:LoadNativeModule (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp777 JSHandle<JSTaggedValue> ModuleManager::LoadNativeModule(JSThread *thread, const std::string &key) in LoadNativeModule() function in panda::ecmascript::ModuleManager
Djs_module_source_text.cpp361 bool SourceTextModule::LoadNativeModule(JSThread *thread, JSHandle<SourceTextModule> &requiredModul… in LoadNativeModule() function in panda::ecmascript::SourceTextModule