Home
last modified time | relevance | path

Searched refs:AddToInstantiatingSModuleList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h169 void AddToInstantiatingSModuleList(const CString &record);
Djs_shared_module_manager.cpp175 moduleManager->AddToInstantiatingSModuleList(recordName); in ResolveSharedImportedModuleWithMerge()
Djs_module_manager.cpp580 void ModuleManager::AddToInstantiatingSModuleList(const CString &record) in AddToInstantiatingSModuleList() function in panda::ecmascript::ModuleManager