Home
last modified time | relevance | path

Searched full:executes (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DSet.sts37 * 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
DMap.sts45 * 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
DRegExp.sts399 * 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/
Ddebugger-vscode-communication.md2 Server is an application that accepts commands through the socket and executes them in debugger
Drationale-for-bytecode.md14 somewhere in memory and executes corresponding _operations_ on operation's arguments,
/arkcompiler/runtime_core/static_core/docs/
Ddebugger-vscode-communication.md2 Server is an application that accepts commands through the socket and executes them in debugger
Drationale-for-bytecode.md14 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/
Dwhile.sts21 evaluates and checks expression first while doStatement executes statement first.
Dneg.sts21 evaluates and checks expression first while doStatement executes statement first.
Ddo.sts21 evaluates and checks expression first while doStatement executes statement first.
/arkcompiler/ets_runtime/docs/
Doverview.md5 …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/
DReadMe.md5 Can start a specified number of threads, each thread starts the virtual machine and executes the te…
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dworker_thread.h129 * @brief pops and executes all tasks from internal queue.
134 /// @brief method executes task from stolenTask_ field
Dtask.h215 /// @brief Executes body of task
Dtask_scheduler.h145 …* @brief Executes tasks with specific properties. It will get them from queue or steal from worker…
/arkcompiler/toolchain/build/toolchain/mac/
Dfilter_libtool.py21 # This script executes libtool and filters out logspam lines like:
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D20_implementation.rst33 '*name*', then the compiler executes the following lookup sequence:
D8_statements.rst232 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/
DREADME.md7 - executes `.ts` file to get json of golden answers
/arkcompiler/runtime_core/static_core/docs/coroutines/
Dcoroutines.md23 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/
Ddebuggable_thread.h86 // Executes a request to object repository on a paused thread (does nothing for running threads)
/arkcompiler/runtime_core/static_core/compiler/docs/
Dif_conversion_doc.md8 Hardware executes the program speculatively. It tries to predict the branch conditional(true or fal…
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.h91 /// Executes a foreign lambda function within this context (does not corrupt the saved context)
Dcoroutine.cpp133 // does not have EP, executes on OS-provided context and stack in RetrieveStackInfo()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h279 * @brief Executes external implementation of safepoint

12