Searched refs:ResolveCurrentPath (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_cjs_module.cpp | 66 ModulePathHelper::ResolveCurrentPath(thread, parent, dirname, jsPandaFile); in ResolveFilename()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.h | 116 static void ResolveCurrentPath(JSThread *thread, JSMutableHandle<JSTaggedValue> &dirPath,
|
| D | module_path_helper.cpp | 416 void ModulePathHelper::ResolveCurrentPath(JSThread *thread, JSMutableHandle<JSTaggedValue> &dirPath, in ResolveCurrentPath() function in panda::ecmascript::ModulePathHelper
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.cpp | 107 ModulePathHelper::ResolveCurrentPath(thread, parent, dirname, jsPandaFile); in Load()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 319 ModulePathHelper::ResolveCurrentPath(thread_, dirname, filename, jsPandaFile); in CJSExecution()
|