Searched refs:IsLocalModuleLoaded (Results 1 – 7 of 7) sorted by relevance
105 if (!IsLocalModuleLoaded(referencing)) { in GetImportedModule()134 bool ModuleManager::IsLocalModuleLoaded(const CString& referencing) in IsLocalModuleLoaded() function in panda::ecmascript::ModuleManager151 if (IsLocalModuleLoaded(referencing)) { in IsModuleLoaded()288 } else if (IsLocalModuleLoaded(recordName)) { in ExecuteNativeModule()
38 if (moduleManager->IsLocalModuleLoaded(specifierString) && in ExecuteNativeOrJsonModule()
42 bool IsLocalModuleLoaded(const CString& referencing);
68 if (!moduleManager->IsLocalModuleLoaded(moduleName)) { in ReviseLoadedModuleCount()
130 if (moduleManager->IsLocalModuleLoaded(moduleRequestStr)) { in HostResolveImportedModuleBundlePack()
2046 if (moduleManager->IsLocalModuleLoaded(circularModuleRecordName)) { in CheckCircularImportTool()2350 if (!moduleManager->IsLocalModuleLoaded(referencing)) { in FindFuncInModuleForHook()
2861 bool res = moduleManager->IsLocalModuleLoaded(moduleName); in HWTEST_F_L0()