Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h101 static CString ParseUrl(EcmaVM *vm, const CString &recordName);
Dmodule_path_helper.cpp88 outBaseFileName = ParseUrl(vm, outEntryPoint); in ParseOhmUrl()
118 CString ModulePathHelper::ParseUrl(EcmaVM *vm, const CString &recordName) in ParseUrl() function in panda::ecmascript::ModulePathHelper