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.cpp32 if (moduleManager->IsImportedModuleLoaded(specifierString.GetTaggedValue())) { in ExecuteNativeModule()
Djs_module_manager.h57 bool IsImportedModuleLoaded(JSTaggedValue referencing);
Djs_module_manager.cpp340 bool ModuleManager::IsImportedModuleLoaded(JSTaggedValue referencing) in IsImportedModuleLoaded() function in panda::ecmascript::ModuleManager
Djs_module_source_text.cpp86 if (moduleManager->IsImportedModuleLoaded(moduleRequest.GetTaggedValue())) { in HostResolveImportedModuleWithMerge()
127 if (moduleManager->IsImportedModuleLoaded(moduleRequest.GetTaggedValue())) { in HostResolveImportedModule()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp192 if (!moduleManager->IsImportedModuleLoaded(moduleName.GetTaggedValue())) { in DynamicImportJob()