Searched refs:IsLocalModuleLoaded (Results 1 – 8 of 8) sorted by relevance
40 if (moduleManager->IsLocalModuleLoaded(specifierString) && in ExecuteNativeOrJsonModule()
84 …if (!moduleManager->IsLocalModuleLoaded(entryPoint) || moduleManager->IsLocalModuleInstantiated(en… in LoadModuleNameSpaceWithPath()
155 if (moduleManager->IsLocalModuleLoaded(recordNameStr)) { in GetLazyModuleValueFromIndexBinding()183 if (moduleManager->IsLocalModuleLoaded(recordNameStr)) { in GetLazyModuleValueFromRecordBinding()
353 if (!IsLocalModuleLoaded(referencing)) { in GetImportedModule()383 bool ModuleManager::IsLocalModuleLoaded(const CString& referencing) in IsLocalModuleLoaded() function in panda::ecmascript::ModuleManager400 if (IsLocalModuleLoaded(referencing)) { in IsModuleLoaded()792 } else if (IsLocalModuleLoaded(recordName)) { in ExecuteNativeModule()866 if (!IsLocalModuleLoaded(recordName) || IsLocalModuleInstantiated(recordName)) { in GetModuleNameSpaceFromFile()
64 if (!moduleManager->IsLocalModuleLoaded(moduleName)) { in ReviseLoadedModuleCount()
67 bool IsLocalModuleLoaded(const CString& referencing);
98 if (moduleManager->IsLocalModuleLoaded(requestStr)) { in HostResolveImportedModuleWithMerge()132 if (moduleManager->IsLocalModuleLoaded(moduleRequestStr)) { in HostResolveImportedModule()2089 if (moduleManager->IsLocalModuleLoaded(circularModuleRecordName)) { in CheckCircularImportTool()2205 ASSERT(moduleManager->IsLocalModuleLoaded(moduleRequestStr)); in GetResolvedModuleWithMerge()
1425 bool res = moduleManager->IsLocalModuleLoaded(moduleName); in HWTEST_F_L0()