Lines Matching refs:ModuleManager
107 ModuleManager::ModuleManager(EcmaVM *vm) : vm_(vm) in ModuleManager() function in panda::ecmascript::ModuleManager
113 void ModuleManager::AddModule(JSHandle<JSTaggedValue> moduleName, JSHandle<JSTaggedValue> module) in AddModule()
122 void ModuleManager::RemoveModule(JSHandle<JSTaggedValue> moduleName) in RemoveModule()
133 JSHandle<JSTaggedValue> ModuleManager::GetModule(const JSThread *thread, in GetModule()
143 CString ModuleManager::GenerateAmiPath(const CString ¤tPathFile, const CString &relativeFile) in GenerateAmiPath()
166 const CString &ModuleManager::GetCurrentExportModuleName() in GetCurrentExportModuleName()
171 void ModuleManager::SetCurrentExportModuleName(const std::string_view &moduleFile) in SetCurrentExportModuleName()
176 void ModuleManager::RestoreCurrentExportModuleName() in RestoreCurrentExportModuleName()
186 const CString &ModuleManager::GetPrevExportModuleName() in GetPrevExportModuleName()
194 void ModuleManager::AddModuleItem(const JSThread *thread, JSHandle<JSTaggedValue> itemName, in AddModuleItem()
213 JSHandle<JSTaggedValue> ModuleManager::GetModuleItem(const JSThread *thread, JSHandle<JSTaggedValue… in GetModuleItem()
219 void ModuleManager::CopyModule(const JSThread *thread, JSHandle<JSTaggedValue> src) in CopyModule()
240 void ModuleManager::DebugPrint([[maybe_unused]] const JSThread *thread, [[maybe_unused]] const CStr… in DebugPrint()