Home
last modified time | relevance | path

Searched defs:desc2 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp278 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
404 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
456 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
511 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(300)), true, true, … in HWTEST_F_L0() local
548 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
592 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
638 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
687 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
734 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
781 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
[all …]
Dbuiltins_list_format_first_test.cpp156 PropertyDescriptor desc2(thread, listValue3, true, true, true); in HWTEST_F_L0() local
194 PropertyDescriptor desc2(thread, listValue3, true, true, true); in HWTEST_F_L0() local
262 PropertyDescriptor desc2(thread, listValue3, true, true, true); in HWTEST_F_L0() local
Dbuiltins_list_format_second_test.cpp133 PropertyDescriptor desc2(thread, listValue3, true, true, true); in HWTEST_F_L0() local
172 PropertyDescriptor desc2(thread, listValue3, true, true, true); in HWTEST_F_L0() local
249 PropertyDescriptor desc2(thread, listValue3, true, true, true); in HWTEST_F_L0() local
Dbuiltins_collator_test.cpp188 PropertyDescriptor desc2(thread, value2, true, true, true); in HWTEST_F_L0() local
237 PropertyDescriptor desc2(thread, value2, true, true, true); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp986 PropertyDescriptor desc2(thread, baz); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp29 auto *desc2 = info2.GetClassName(); in IsInSamePackage() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp173 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
256 PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(10))); in HWTEST_F_L0() local
302 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, true, tr… in HWTEST_F_L0() local
Dlocale_helper_test.cpp121 PropertyDescriptor desc2(thread, localeStr2, true, true, true); in HWTEST_F_L0() local
Djs_object_test.cpp301 PropertyDescriptor desc2(thread, false, true, true); in HWTEST_F_L0() local
656 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
694 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, true, tr… in HWTEST_F_L0() local
771 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
804 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
Djs_serializer_test.cpp1346 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1268 PropertyDescriptor desc2 = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0() local