Home
last modified time | relevance | path

Searched full:passing (Results 1 – 25 of 50) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp60 // on args passing P and Receiver as the arguments. in GetProperty()
68 // on args passing P, V and Receiver as the arguments. in SetProperty()
76 // on the arguments object passing P as the argument. in DeleteProperty()
Druntime.cpp199 … // passing barrier will be triggered. When the thread-I switches from NON_RUNNING to RUNNING, in SuspendAllThreadsImpl()
210 // is not data-race for passing barrier. in SuspendAllThreadsImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_inheritance.js47 // Passing downcasted object preserves proxy prototype
56 // Passing object as core/Object preserves proxy prototype
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/
Dspex.sts18 desc: A spread expression can be used only within the array literal or argument passing.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dobjects_passing_sts.cpp16 // Tests are disabled. When passing an object to a function imported from ETS,
Dclass_passing_sts.js25 // Passing class to ets function
/arkcompiler/runtime_core/static_core/verification/
DTODO.txt6 …- [x] Passing PandaTypes to absint by const ref, because absint is not expected to change PandaTyp…
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp105 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
133 …* @tc.desc: Passing in a character of type "uint16_t" check whether the result returned through "P…
169 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
189 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
216 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp88 // The following code is for passing the verification phase. in IsFinite()
127 // The following code is for passing the verification phase. in IsNaN()
158 // The following code is for passing the verification phase. in IsInteger()
194 // The following code is for passing the verification phase. in IsSafeInteger()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/js_to_ets/
Dret_type.cpp97 // NOTE #19087 (nikitayegorov) enable when passing callables is fixed
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/
Dopt_default_arg_type.cpp109 // NOTE #18622 (nikitayegorov) Enable when passing functions as Function<T> or lambda JS -> ArkTS i…
Dopt_arg_type.cpp115 // NOTE #19087 (nikitayegorov) enable when passing callables in fixed
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp83 * CaseDescription: The hash code is obtained by passing in a character string array or an uint8_t
109 * CaseDescription: The hash code is obtained by passing in a character string array or an uint16_t
/arkcompiler/runtime_core/static_core/compiler/docs/
Dmemory_barriers_doc.md25 So we will only set the barrier in the last instruction before potentially passing the created obje…
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml33 --compiler-inlining which in turn can be overridden by passing this
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_int_regs.def23 …* - User-level applications use as integer registers for passing the sequence %rdi, %rsi, %rdx, %r…
Dx64_call_conv.h182 /* Passing value related */
/arkcompiler/jsvm/src/
Djsvm_reference.h157 // any deleting here. We just null out env_ to avoid passing a stale pointer
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D16_gui.rst148 *C* is to initialize and render the component by passing the data
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/
Drest_parameter.params.yaml108 # passing different types
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_client.py214 # Passing `T` as event type will not work
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_memlayout.h122 * | parameter passing |
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h321 … * @param lnpItem target LineNumberProgram. When passing instances of `LineNumberProgramItemBase`,
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h85 …* - the coroutine does not use the method/arguments passing interface and the completion event int…
/arkcompiler/runtime_core/static_core/scripts/
Dcompiler_bisect.py44 Note that you need escaped \$GEN_OPTIONS when passing command with arguments, and not escaped

12