Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp138 JSHandle<EcmaString> dirPath(GetCallArg(argv, 2)); // 2 : second argument in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h60 JSMutableHandle<JSTaggedValue> &dirPath, in ResolveCurrentPath()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1317 JSHandle<EcmaString> dirPath; in RuntimeDynamicImport() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp597 std::function<std::vector<uint8_t>(std::string dirPath, std::string requestPath)> cb) in SetHostResolveBufferTracker()