Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp234 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
360 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
412 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
467 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(300)), true, true, … in HWTEST_F_L0() local
504 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
548 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
594 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
643 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
690 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
737 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
[all …]
Dbuiltins_list_format_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
321 PropertyDescriptor desc2(thread, listValue3, true, true, true); in HWTEST_F_L0() local
360 PropertyDescriptor desc2(thread, listValue3, true, true, true); in HWTEST_F_L0() local
437 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.cpp933 PropertyDescriptor desc2(thread, baz); in HWTEST_F_L0() 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
Djs_object_test.cpp300 PropertyDescriptor desc2(thread, false, true, true); in HWTEST_F_L0() local
655 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
693 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, true, tr… in HWTEST_F_L0() local
770 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
803 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
Djs_locale_test.cpp286 PropertyDescriptor desc2(thread, localeStr2, true, true, true); in HWTEST_F_L0() local
Djs_serializer_test.cpp909 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp907 PropertyDescriptor desc2 = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0() local