Searched refs:IsLocalModuleInstantiated (Results 1 – 4 of 4) sorted by relevance
41 (!moduleManager->IsLocalModuleInstantiated(specifierString))) { in ExecuteNativeOrJsonModule()
84 …if (!moduleManager->IsLocalModuleLoaded(entryPoint) || moduleManager->IsLocalModuleInstantiated(en… in LoadModuleNameSpaceWithPath()
73 bool IsLocalModuleInstantiated(const CString &referencing);
428 bool ModuleManager::IsLocalModuleInstantiated(const CString &referencing) in IsLocalModuleInstantiated() function in panda::ecmascript::ModuleManager866 if (!IsLocalModuleLoaded(recordName) || IsLocalModuleInstantiated(recordName)) { in GetModuleNameSpaceFromFile()