/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | run.py | 26 from execution import execute 45 execute(test_tasks)
|
D | execution.py | 987 def execute(test_tasks): function
|
/arkcompiler/ets_runtime/ecmascript/js_vm/ |
D | main.cpp | 102 ClockScope execute; in Main() local 111 auto totalTime = execute.TotalSpentTime(); in Main()
|
D | context_main.cpp | 103 ClockScope execute; in Main() local 112 auto totalTime = execute.TotalSpentTime(); in Main()
|
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/ |
D | expect_output.txt | 14 execute cjsWithoutExports.js success!
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | cmdOptions.ts | 22 import { execute } from "./base/util"; 285 execute(`${js2abc}`, [versionArg]);
|
/arkcompiler/toolchain/build/compile_script/ |
D | .gn | 20 # The executable used to execute scripts in action and exec_script.
|
/arkcompiler/ets_frontend/ts2panda/ |
D | ts2abc_config.gni | 148 # js_file: The name of the test use case file to execute , ex expression/TemplateExpression.test.js
|
/arkcompiler/runtime_core/docs/ |
D | runtime-compiled_code-interaction.md | 17 Panda runtime as a set of functions aimed to execute managed code. The runtime consists of several … 20 The interpreter is a part of the runtime aimed to execute bytecode of managed functions. The interp… 76 Entrypoint is a pointer to native code which can execute the function. This code must conform to th… 83 A stack frame contains data necessary to execute the function the frame belongs to. 287 …. When the runtime examinates a managed thread's stack the thread mustn't execute any managed code.
|
D | rationale-for-bytecode.md | 29 commands (or bytecode) and execute them. Of course, this implies additional performance overhead 76 At the same time, to execute a stack-based addition we need to run 3 instructions compared to 78 each bytecode instruction, execute it and move to the next one, running more instruction results in
|
D | on-stack-replacement.md | 100 we return `true` to the Interpreter. Interpreter, in turn, execute fake `return` instruction to exi…
|
/arkcompiler/runtime_core/compiler/docs/ |
D | move_constants_closer_to_usage_doc.md | 6 …at is not reachable during particular execution then there is no need to execute code initializing…
|
/arkcompiler/ets_frontend/test262/ |
D | run_sunspider.py | 522 def execute(self): member in ArkProgram 586 self.execute()
|
/arkcompiler/runtime_core/ |
D | README.md | 42 ├── panda # CLI tool used to execute ARK bytecode files in binary format(*.abc).
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | README.md | 166 to allow test runner to execute test.
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | util.ts | 80 export function execute(cmd: string, args: Array<string>): number { function
|
/arkcompiler/runtime_core/tests/ |
D | CMakeLists.txt | 70 # Full path to directory with artifacts: ${CMAKE_CURRENT_BINARY_DIR}/<subdir>/<target>-execute 126 TARGET ${ARG_TARGET}-execute 141 add_dependencies(${ARG_TARGET} ${ARG_TARGET}-execute) 150 DEPENDS ${ARG_TARGET}-execute) 164 DEPENDS ${ARG_TARGET}-execute) 191 # Full path to directory with artifacts: ${CMAKE_CURRENT_BINARY_DIR}/<subdir>/<target>-execute
|
/arkcompiler/ets_runtime/docs/ |
D | overview.md | 47 …he common way to process TS in the industry is to convert TS into JS and execute JS code with JS r…
|
/arkcompiler/runtime_core/cmake/ |
D | PandaAssembly.cmake | 116 # Entry point to execute in format <Class>::<method>. By default _GLOBAL::main is used
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 131 execute: function() {} 142 execute: function() {} 162 execute: function() { 209 execute: function() { 265 execute: function() { 309 execute: function() { 359 execute: function() { 427 execute: function() { 475 execute: function() { 884 execute: function() {} [all …]
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …","inherit"]}).on("exit",(t=>1===t?((0,d.LOGD)("fail to execute cmd: ",e),0):((0,d.LOGD)("execute … function
|