Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp202 CString normalizeStr = ModulePathHelper::ReformatPath(entryPoint); in DynamicImportJob() local
203 CString msg = "Cannot find dynamic-import module '" + normalizeStr; in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp130 CString normalizeStr; in ReformatPath() local
135 normalizeStr = requestName.substr(pos + 1); in ReformatPath()
140 normalizeStr = requestName.substr(pos + 1); in ReformatPath()
142 normalizeStr = requestName; in ReformatPath()
144 return normalizeStr; in ReformatPath()
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h413 …CString normalizeStr = ModulePathHelper::ReformatPath(currentRecord); …
414 …CString msg = "Cannot find module '" + requestStr + "' imported from '" + normalizeStr + "'."; …