Searched refs:IsModuleLoaded (Results 1 – 3 of 3) sorted by relevance
69 bool IsModuleLoaded(const CString &referencing);
398 bool ModuleManager::IsModuleLoaded(const CString &referencing) in IsModuleLoaded() function in panda::ecmascript::ModuleManager
215 …if (!moduleManager->IsModuleLoaded(moduleName) || moduleManager->IsInstantiatedModule(moduleName))… in DynamicImportJob()