Home
last modified time | relevance | path

Searched refs:IsImportedModuleLoaded (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp36 if (moduleManager->IsImportedModuleLoaded(specifierString.GetTaggedValue())) { in ExecuteNativeOrJsonModule()
Djs_module_manager.h58 bool IsImportedModuleLoaded(JSTaggedValue referencing);
Djs_module_manager.cpp384 bool ModuleManager::IsImportedModuleLoaded(JSTaggedValue referencing) in IsImportedModuleLoaded() function in panda::ecmascript::ModuleManager
782 if (IsImportedModuleLoaded(keyHandle.GetTaggedValue())) { in LoadNativeModule()
Djs_module_source_text.cpp111 if (moduleManager->IsImportedModuleLoaded(moduleRequestStr.GetTaggedValue())) { in HostResolveImportedModuleWithMerge()
148 if (moduleManager->IsImportedModuleLoaded(moduleRequest.GetTaggedValue())) { in HostResolveImportedModule()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp213 if (!moduleManager->IsImportedModuleLoaded(moduleName.GetTaggedValue())) { in DynamicImportJob()