Home
last modified time | relevance | path

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

1234

/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()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop-cookbook/
Ddraft.txt20Passing TS lambda function as a parameter into ArkTS function results in compiler panic;
21Passing non-default value into default parameter fails;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_inheritance.js50 // Passing downcasted object preserves proxy prototype
59 // Passing object as core/Object preserves proxy prototype
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/03.interface_body/
Dissue24865.ets17 desc: Issue 24865. Passing default value to interface method param gives AssertionError
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/08.overload_resolution/02.best_candidate_selection/
Dex_4_1.ets17 desc: Selection of Best Candidate. Passing empty array -> foo([])
Dex_3.ets17 desc: Selection of Best Candidate. Passing default value -> foo(undefined)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/
Dprimitive_type_default_tests_45.ets17 desc: Type compatibility test for number type in simple function parameter passing.
Dprimitive_type_default_tests_50.ets17 desc: Type compatibility test for string type in simple function parameter passing and return value.
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Ddollar_binding_1.ets.arkts2.json44 … "rule": "\"${variable}\" for decorator binding is not supported (arkui-link-decorator-passing)",
54 … "rule": "\"${variable}\" for decorator binding is not supported (arkui-link-decorator-passing)",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/local_scope_ops/
Densure_enough_references.cpp32 // Passing SPECIFIED_CAPACITY as capacity should succeed and return ANI_OK in TEST_F()
56 // Passing 0 as capacity should return ANI_INVALID_ARGS in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/06.spread_expression/
Dspex.ets18 desc: A spread expression can be used only within the array literal or argument passing.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/05.utility_type_private_field/
Dutpf01.ets17 desc: Test passing an object literal without private field to a function expecting Readonly<A>
Dutpf07.ets17 desc: Test passing object literal to Required<Readonly<A>>, expecting compile error
Dutpf03.ets17 desc: Test passing an instance of class A to a function expecting Readonly<A>
Dutpf02.ets17 desc: Test passing an object literal with private field to a function expecting Readonly<A>, expect…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/multi_level_inheritance/
Dmulti_level_inheritance_value_transfer13.ets17 desc: Demonstrate the passing and initial verification of member variables in multi-level inheritan…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DRejectedHandler.ets27 * Constructs handler by passing EventListener
/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/runtime/coroutines/
Dcoroutine_worker.cpp26 // Note: Currently passing lambda to PostExternalCallback will cause a crash in Arm32 in OnCoroBecameActive()
/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/runtime_core/static_core/plugins/ets/doc/interop-tutorial/
D99_advanced.rst16 - Passing Callbacks
D03_objects.rst21 Passing Objects to Functions
/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_frontend/ets2panda/driver/build_system/
DREADME.md9 …nitiated by hvigor, which calls the build method in the `entry.js` file, passing in the `projectCo…

1234