Home
last modified time | relevance | path

Searched defs:dirPath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp143 …JSHandle<EcmaString> dirPath(GetCallArg(argv, 2)); // 2 : current file path(conta… in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp420 void ModulePathHelper::ResolveCurrentPath(JSThread *thread, JSMutableHandle<JSTaggedValue> &dirPath, in ResolveCurrentPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp841 std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize)> cb) in SetHostResolveBufferTracker()