/arkcompiler/ets_frontend/ets2panda/linter/ |
D | tslinter.sh | 19 TSLINTER_HOME_PATH=$(cd $(dirname $0) && pwd) 22 node $(dirname $0)/./dist/tslinter.js $@
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
D | tslinter.sh | 19 TSLINTER_HOME_PATH=$(cd $(dirname $0) && pwd) 22 node $(dirname $0)/./dist/tslinter.js $@
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module.cpp | 34 … JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) in InitializeModule() argument 40 dirname.GetTaggedValue()); in InitializeModule() 45 module->SetPath(thread, dirname.GetTaggedValue()); in InitializeModule() 99 JSMutableHandle<JSTaggedValue> dirname(thread, JSTaggedValue::Undefined()); in Load() local 107 ModulePathHelper::ResolveCurrentPath(thread, parent, dirname, jsPandaFile); in Load() 108 filename.Update(ResolveFilenameFromNative(thread, dirname.GetTaggedValue(), in Load() 131 dirname.Update(PathHelper::ResolveDirPath(thread, fullName)); in Load() 132 InitializeModule(thread, module, filename, dirname); in Load()
|
D | js_require_manager.h | 37 … JSHandle<JSTaggedValue> &dirname) : moduleHdl(module), requireHdl(require), exportsHdl(exports), in CJSInfo() 38 filenameHdl(filename), dirnameHdl(dirname) {} in CJSInfo()
|
D | js_require_manager.cpp | 34 JSHandle<JSTaggedValue> dirname = cjsInfo.dirnameHdl; in InitializeCommonJS() local 41 CjsModule::InitializeModule(thread, module, filename, dirname); in InitializeCommonJS()
|
/arkcompiler/ets_frontend/ts2panda/scripts/ |
D | npm-install.sh | 16 script_path=$(cd $(dirname $0);pwd) 17 ts2panda_dir=$(dirname ${script_path})
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_cjs_module.cpp | 64 JSMutableHandle<JSTaggedValue> dirname(thread, JSTaggedValue::Undefined()); in ResolveFilename() local 66 ModulePathHelper::ResolveCurrentPath(thread, parent, dirname, jsPandaFile); in ResolveFilename() 73 JSHandle<EcmaString> filename = ResolveFilenameFromNative(thread, dirname.GetTaggedValue(), in ResolveFilename()
|
/arkcompiler/toolchain/build/prebuilts_download/ |
D | prebuilts_download.sh | 110 script_path=$(cd $(dirname $0);pwd) 111 code_dir=$(dirname ${script_path})
|
D | util.py | 60 file_dir = os.path.dirname(os.path.abspath(output_file)) 90 file_dir = os.path.dirname(os.path.abspath(output_file))
|
/arkcompiler/ets_runtime/test/jsperftest/ |
D | run_js_perf_test.sh | 21 CUR_PATH=$(dirname "$(readlink -f "$0")") 62 cur_path=$(dirname "$(readlink -f "$0")")
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
D | plugins_registry.py | 74 starting_path = path.join(path.dirname(__file__), PluginsRegistry.BUILTIN_PLUGINS) 85 builtin_plugins_path = path.join(path.dirname(__file__), PluginsRegistry.BUILTIN_PLUGINS) 97 path.dirname(__file__),
|
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/functions/ |
D | PathHelper.ts | 19 for (const pathDir of npath.dirname(path).split(npath.sep)) {
|
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
D | typed_array.sh | 17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
|
D | array.sh | 17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
|
/arkcompiler/runtime_core/static_core/gn/build/ |
D | fixup-third-party.sh | 17 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd -P)"
|
/arkcompiler/runtime_core/gn/build/ |
D | fixup-third-party.sh | 17 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd -P)"
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/formatChecker/ |
D | setup.sh | 21 SCRIPT_DIR=$(dirname $SCRIPT)
|
/arkcompiler/ets_frontend/test/scripts/ |
D | timer.py | 41 os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/scripts/ |
D | test.sh | 17 DIR=$(cd $(dirname $0) && pwd)
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/ |
D | sunspider_compile.sh | 25 script_path=$(dirname "$0")
|
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | entry.py | 37 current_dir = os.path.dirname(os.path.abspath(__file__))
|
/arkcompiler/ets_runtime/test/regresstest/ |
D | regress_test_config.py | 26 TEST_TOOL_FILE_DIR = os.path.dirname(__file__)
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | file.cpp | 142 JSHandle<EcmaString> ResolveFilenameFromNative(JSThread *thread, JSTaggedValue dirname, in ResolveFilenameFromNative() argument 148 CString dirnameStr = ConvertToString(EcmaString::Cast(dirname.GetTaggedObject())); in ResolveFilenameFromNative()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
D | file.cpp | 127 JSHandle<EcmaString> ResolveFilenameFromNative(JSThread *thread, JSTaggedValue dirname, in ResolveFilenameFromNative() argument 133 CString dirnameStr = ConvertToString(EcmaString::Cast(dirname.GetTaggedObject())); in ResolveFilenameFromNative()
|
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/ |
D | test.sh | 17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
|