Home
last modified time | relevance | path

Searched refs:GetModuleNameWithNormalizedName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h302 inline static CString GetModuleNameWithNormalizedName(const CString& recordName) in GetModuleNameWithNormalizedName() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp1500 moduleName = ModulePathHelper::GetModuleNameWithNormalizedName(recordName); in GetCurrentModuleInfo()