Home
last modified time | relevance | path

Searched refs:ResolveCurrentPath (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_cjs_module.cpp66 ModulePathHelper::ResolveCurrentPath(thread, parent, dirname, jsPandaFile); in ResolveFilename()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h116 static void ResolveCurrentPath(JSThread *thread, JSMutableHandle<JSTaggedValue> &dirPath,
Dmodule_path_helper.cpp416 void ModulePathHelper::ResolveCurrentPath(JSThread *thread, JSMutableHandle<JSTaggedValue> &dirPath, in ResolveCurrentPath() function in panda::ecmascript::ModulePathHelper
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp107 ModulePathHelper::ResolveCurrentPath(thread, parent, dirname, jsPandaFile); in Load()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp319 ModulePathHelper::ResolveCurrentPath(thread_, dirname, filename, jsPandaFile); in CJSExecution()