Home
last modified time | relevance | path

Searched full:executes (Results 1 – 25 of 42) 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
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
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
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
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
/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
/arkcompiler/toolchain/build/toolchain/mac/
Dfilter_libtool.py21 # This script executes libtool and filters out logspam lines like:
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Ddynamic_isa.h259 …* @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/
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/plugins/ets/tests/debugger/src/arkdb/
Ddebug.py56 Return a :class:`CompileAndRunType` function that compiles and executes ``code_or_file`` script.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D20_implementation.rst33 '*name*', then the compiler executes the following lookup sequence:
D8_statements.rst220 else statement2 // Executes only if: Cond1 && !Cond2
231 else statement2 // Executes if: !Cond1
/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/
Dcoroutine.cpp128 // does not have EP, executes on OS-provided context and stack in RetrieveStackInfo()
Dstackful_coroutine.h91 /// Executes a foreign lambda function within this context (does not corrupt the saved context)
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h103 // Executes a request to object repository on a paused thread (does nothing for running threads)
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h284 * @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/
Drunner.py136 """Create and executes command
/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h549 …* @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