| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_script_test.cpp | 63 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local 64 script->SetScriptId(100); in HWTEST_F_L0() 65 ASSERT_EQ(script->GetScriptId(), 100); in HWTEST_F_L0() 70 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local 71 script->SetFileName("xx"); in HWTEST_F_L0() 72 ASSERT_EQ(script->GetFileName(), "xx"); in HWTEST_F_L0() 77 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local 78 script->SetUrl("121"); in HWTEST_F_L0() 79 ASSERT_EQ(script->GetUrl(), "121"); in HWTEST_F_L0() 84 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/test/ |
| D | test_helper.gni | 49 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py" 52 "--script-file", 93 script = "${js_root}/script/run_ark_executable.py" 96 "--script-file", 177 script = "../../quickfix/generate_merge_file.py" 250 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py" 264 "--script-file", 266 "--script-options", 268 "--script-args", 302 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py" [all …]
|
| /arkcompiler/runtime_core/disassembler/tests/expected/ |
| D | script-dynamic-import.pa | 1 # source binary: script-dynamic-import.abc 24 lda.str "./script-export.js" 33 [offset:0x99, name_value:./script-export.js]
|
| D | script-export.pa | 1 # source binary: script-export.abc 14 u32 script-export.js = 0x1c2
|
| D | script-variable.pa | 1 # source binary: script-variable.abc
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | testcase_list.txt | 1 # 1 is module mode, 0 is script mode 3 js/script-variable.js 0 5 dynamic-import/script-dynamic-import.js 0
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.h | 95 for (const auto &script : scripts_) { in MatchScripts() local 99 value = script.second->GetUrl(); in MatchScripts() 103 value = script.second->GetFileName(); in MatchScripts() 107 value = script.second->GetHash(); in MatchScripts() 115 return cb(script.second.get()); in MatchScripts() 123 for (const auto &script : scripts_) { in MatchUrlAndFileName() local 124 if (url == script.second->GetUrl() && fileName == script.second->GetFileName()) { in MatchUrlAndFileName() 134 for (const auto &script : scripts_) { in MatchAllScripts() local 135 if (url == script.second->GetUrl()) { in MatchAllScripts() 136 result.push_back(script.second.get()); in MatchAllScripts() [all …]
|
| D | debugger_impl.cpp | 117 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(scriptId, fileName, url, source); in NotifyScriptParsed() local 119 frontend_.ScriptParsed(vm_, *script); in NotifyScriptParsed() 122 scripts_[script->GetScriptId()] = std::move(script); in NotifyScriptParsed() 230 auto scriptFunc = [this, &location, &detail, &extractor](PtScript *script) -> bool { in NotifyPaused() argument 231 detail.url_ = script->GetUrl(); in NotifyPaused() 759 void DebuggerImpl::Frontend::ScriptParsed(const EcmaVM *vm, const PtScript &script) in ScriptParsed() argument 766 scriptParsed.SetScriptId(script.GetScriptId()) in ScriptParsed() 767 .SetUrl(script.GetUrl()) in ScriptParsed() 770 .SetEndLine(script.GetEndLine()) in ScriptParsed() 773 .SetHash(script.GetHash()); in ScriptParsed() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | BUILD.gn | 18 script = "${es2abc_root}/test/runner.py" 32 script = "${es2abc_root}/test/runner.py" 50 script = "${es2abc_root}/test/runner.py" 87 script = "${es2abc_root}/test/runner.py" 103 script = "${es2abc_root}/test/runner.py" 117 script = "${es2abc_root}/test/runner.py" 131 script = "${es2abc_root}/test/runner.py"
|
| /arkcompiler/ets_frontend/test262/ |
| D | dynamicImport_tests.txt | 129 nested-else-script-code-valid.js 130 nested-with-script-code-valid.js 132 nested-async-gen-await-script-code-valid.js 136 nested-async-function-script-code-valid.js 137 nested-async-function-await-script-code-valid.js 143 nested-arrow-assignment-expression-script-code-valid.js 146 nested-while-script-code-valid.js 147 nested-async-arrow-function-return-await-script-code-valid.js 152 nested-arrow-script-code-valid.js 153 top-level-script-code-valid.js [all …]
|
| /arkcompiler/toolchain/test/ |
| D | test_helper.gni | 45 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py" 48 "--script-file", 93 script = "${js_root}/script/run_ark_executable.py" 96 "--script-file",
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
| D | readme.md | 4 This script will get the latest images and xts testcases from dailybuilds, then burn the images on … 9 This script will be running on windows, python3.7 or above needed. 15 - Only for the first time of running the script will download the burnning tool and need to install… 21 …ol does not use the relative path as the the storage path of images, the script use the path 'D:\A… 24 At that time, this script will be blocked in next running, you should reboot the rk3568 demo borad …
|
| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | BUILD.gn | 17 script = "${ts2abc_root}/../testTs/run_testTs.py" 23 script = "${ts2abc_root}/../testTs/run_testTs.py" 30 script = "${ts2abc_root}/scripts/run_tests.py"
|
| /arkcompiler/runtime_core/arkplatform/tests/ |
| D | test_helper.gni | 38 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py" 41 "--script-file",
|
| /arkcompiler/runtime_core/tests/ |
| D | test_helper.gni | 38 script = "//arkcompiler/ets_runtime/script/run_ark_executable.py" 41 "--script-file",
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/ |
| D | recipe130.md | 8 language there is no concept of "script" (as opposed to "module"). 22 // in script
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe130.md | 8 language there is no concept of "script" (as opposed to "module"). 22 // in script
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | BUILD.gn | 57 script = "compile_arkguard.py"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.h | 51 [[nodiscard]] static bool RunJsScript(const std::string &script) in RunJsScript() argument 53 return DoRunJsScript(jsEnv_, script); in RunJsScript() 100 [[nodiscard]] static bool DoRunJsScript(napi_env env, const std::string &script) in DoRunJsScript() argument 104 status = napi_create_string_utf8(env, script.c_str(), script.length(), &jsScript); in DoRunJsScript()
|
| /arkcompiler/runtime_core/static_core/ |
| D | ark_config.gni | 139 script = "$ark_root/isa/gen.rb" 164 script = "$ark_root/templates/concat_yamls.sh" 194 script = "$ark_root/templates/merge.rb" 317 script = ark_asm_root_out + "/$ark_subsystem_name/$ark_part_name/ark_asm" 333 # The same you would pass to action except script and deps. 339 script = es2panda_root_out + "/arkcompiler/ets_frontend/es2panda"
|
| /arkcompiler/runtime_core/static_core/gn/ark/runtime_core/ |
| D | ark_config.gni | 113 script = "$ark_root/isa/gen.rb" 138 script = "$ark_root/templates/concat_yamls.sh" 168 script = "$ark_root/templates/merge.rb" 291 script = ark_asm_root_out + "/bin/ark_asm" 307 # The same you would pass to action except script and deps. 313 script = es2panda_root_out + "/bin/es2panda"
|
| /arkcompiler/runtime_core/static_core/cross_values/ |
| D | BUILD.gn | 27 script = "$ark_root/cross_values/cross_values_generator.rb" 75 script = "$ark_root/cross_values/cross_values_getters_generator.rb"
|
| /arkcompiler/toolchain/build/ |
| D | test.gni | 33 script = "//build/ohos/testfwk/fuzz_config_file_copy.py" 41 exec_script(script, _arguments)
|
| /arkcompiler/toolchain/build/third_party_gn/musl/ |
| D | BUILD.gn | 34 script = "//third_party/musl/scripts/porting.sh" 101 script = "${target_out_dir}/${musl_ported_dir}/scripts/create_alltypes.sh" 119 script = "${target_out_dir}/${musl_ported_dir}/scripts/create_vesion.sh" 136 script = "${target_out_dir}/${musl_ported_dir}/scripts/create_syscall.sh"
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | ts2abc_config.gni | 85 script = "${ts2abc_root}/scripts/generate_plugin.py" 133 script = "${ts2abc_root}/scripts/run_tests_executable.sh" 153 script = "${ts2abc_root}/scripts/run_tests.py"
|