Searched full:executes (Results 1 – 25 of 37) 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 200 * Executes a provided function once per each value in the Set object, in insertion order 209 * Executes a provided function once per each value in the Set object, in insertion order 218 * Executes a provided function once per each value in the Set object, in insertion order 227 * 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 424 * Executes a provided function once per each key/value pair in the Map, in insertion order 436 * Executes a provided function once per each key/value pair in the Map, in insertion order 448 * Executes a provided function once per each key/value pair in the Map, in insertion order 457 * 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
|
| D | rationale-for-bytecode.md | 14 somewhere in memory and executes corresponding _operations_ on operation's arguments,
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | debugger-vscode-communication.md | 2 Server is an application that accepts commands through the socket and executes them in debugger
|
| D | rationale-for-bytecode.md | 14 somewhere in memory and executes corresponding _operations_ on operation's arguments,
|
| /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
|
| D | task_scheduler.h | 145 …* @brief Executes tasks with specific properties. It will get them from queue or steal from worker…
|
| /arkcompiler/toolchain/build/toolchain/mac/ |
| D | filter_libtool.py | 21 # This script executes libtool and filters out logspam lines like:
|
| /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 | 232 else statement2 // Executes only if: Cond1 && !Cond2 243 else statement2 // Executes if: !Cond1 290 expression value, and ``doStatement`` first executes the statement:
|
| /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/runtime/tooling/inspector/ |
| D | debuggable_thread.h | 86 // Executes a request to object repository on a paused thread (does nothing for running threads)
|
| /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 | stackful_coroutine.h | 91 /// Executes a foreign lambda function within this context (does not corrupt the saved context)
|
| D | coroutine.cpp | 133 // does not have EP, executes on OS-provided context and stack in RetrieveStackInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 279 * @brief Executes external implementation of safepoint
|
12