Searched full:executes (Results 1 – 25 of 42) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Set.sts | 37 * Executes a provided function once per each value in the Set object, in insertion order 44 * Executes a provided function once per each value in the Set object, in insertion order 51 * Executes a provided function once per each value in the Set object, in insertion order 58 * Executes a provided function once per each value in the Set object, in insertion order 207 * Executes a provided function once per each value in the Set object, in insertion order 216 * Executes a provided function once per each value in the Set object, in insertion order 225 * Executes a provided function once per each value in the Set object, in insertion order 234 * Executes a provided function once per each value in the Set object, in insertion order
|
| D | Map.sts | 45 * Executes a provided function once per each key/value pair in the Map, in insertion order 52 * Executes a provided function once per each key/value pair in the Map, in insertion order 59 * Executes a provided function once per each key/value pair in the Map, in insertion order 66 * Executes a provided function once per each key/value pair in the Map, in insertion order 489 * Executes a provided function once per each key/value pair in the Map, in insertion order 501 * Executes a provided function once per each key/value pair in the Map, in insertion order 513 * Executes a provided function once per each key/value pair in the Map, in insertion order 522 * Executes a provided function once per each key/value pair in the Map, in insertion order
|
| D | RegExp.sts | 399 * Executes a search for a match in a specified string and returns a result array 624 * Executes a search for a match between a regular expression and specified string
|
| /arkcompiler/runtime_core/docs/ |
| D | debugger-vscode-communication.md | 2 Server is an application that accepts commands through the socket and executes them in debugger
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/ |
| D | while.sts | 21 evaluates and checks expression first while doStatement executes statement first.
|
| D | neg.sts | 21 evaluates and checks expression first while doStatement executes statement first.
|
| D | do.sts | 21 evaluates and checks expression first while doStatement executes statement first.
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 5 …hain compiles JS source code into ArkCompiler bytecodes. The JS runtime executes the generated Ark… 26 …JS Execution Subsystem consists of an interpreter that executes bytecodes, inline caching that sto…
|
| /arkcompiler/toolchain/tooling/client/ark_multi/ |
| D | ReadMe.md | 5 Can start a specified number of threads, each thread starts the virtual machine and executes the te…
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | worker_thread.h | 129 * @brief pops and executes all tasks from internal queue. 134 /// @brief method executes task from stolenTask_ field
|
| D | task.h | 215 /// @brief Executes body of task
|
| /arkcompiler/toolchain/build/toolchain/mac/ |
| D | filter_libtool.py | 21 # This script executes libtool and filters out logspam lines like:
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/ |
| D | dynamic_isa.h | 259 …* @brief Creates instruction with opcode GETITERATOR. This instruction executes GetIterator(acc, s… 266 …* @brief Creates instruction with opcode GETASYNCITERATOR. This instruction executes GetIterator(a… 346 …* @brief Creates instruction with opcode CREATEITERRESULTOBJ. This instruction executes `CreateIte… 472 …* @brief Creates instruction with opcode ASYNCGENERATORRESOLVE. This instruction executes `AsyncGe… 632 …* @brief Creates instruction with opcode TONUMBER. This instruction executes `ToNumber` with argum… 640 …* @brief Creates instruction with opcode TONUMERIC. This instruction executes `ToNumeric` with arg… 1193 …* @brief Creates instruction with opcode RESUMEGENERATOR. Executes `GeneratorResume` for the gener… 1209 * Executes `GetTemplateObject` with argument `acc` of type templateLiteral. 1217 * Executes the `next()` method of the for-in iterator `input0`. 1241 * Executes `AwaitExpression` with function object `input0` and value `acc`. [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/ |
| D | README.md | 7 - executes `.ts` file to get json of golden answers
|
| /arkcompiler/runtime_core/static_core/docs/coroutines/ |
| D | coroutines.md | 23 When runtime executes `await` operator runtime puts the promise and the coroutine into the queue an… 74 Runtime launches a new coroutine when it executes `launch` instruction. The steps runtime executes … 93 Suppose the main function executes a *launch foo()* instruction i.e. start an asynchronous operatio…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | debug.py | 56 Return a :class:`CompileAndRunType` function that compiles and executes ``code_or_file`` script.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 20_implementation.rst | 33 '*name*', then the compiler executes the following lookup sequence:
|
| D | 8_statements.rst | 220 else statement2 // Executes only if: Cond1 && !Cond2 231 else statement2 // Executes if: !Cond1
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | if_conversion_doc.md | 8 Hardware executes the program speculatively. It tries to predict the branch conditional(true or fal…
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine.cpp | 128 // does not have EP, executes on OS-provided context and stack in RetrieveStackInfo()
|
| D | stackful_coroutine.h | 91 /// Executes a foreign lambda function within this context (does not corrupt the saved context)
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debuggable_thread.h | 103 // Executes a request to object repository on a paused thread (does nothing for running threads)
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.h | 284 * @brief Loads provided bytecode and executes evaluation method. 297 * @brief Executes the provided evaluation method.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/deps/ |
| D | runner.py | 136 """Create and executes command
|
| /arkcompiler/runtime_core/libabckit/include/c/isa/ |
| D | isa_dynamic.h | 549 …* @brief Creates instruction with opcode GETITERATOR. This instruction executes GetIterator(acc, s… 563 …* @brief Creates instruction with opcode GETASYNCITERATOR. This instruction executes GetIterator(a… 706 …* @brief Creates instruction with opcode CREATEITERRESULTOBJ. This instruction executes `CreateIte… 911 …* @brief Creates instruction with opcode ASYNCGENERATORRESOLVE. This instruction executes `AsyncGe… 1241 …* @brief Creates instruction with opcode TONUMBER. This instruction executes `ToNumber` with argum… 1255 …* @brief Creates instruction with opcode TONUMERIC. This instruction executes `ToNumeric` with arg… 2261 …* @brief Creates instruction with opcode RESUMEGENERATOR. Executes `GeneratorResume` for the gener… 2289 * Executes `GetTemplateObject` with argument `acc` of type templateLiteral. 2303 * Executes the `next()` method of the for-in iterator `input0`. 2347 * Executes `AwaitExpression` with function object `input0` and value `acc`. [all …]
|
12