Home
last modified time | relevance | path

Searched defs:desc1 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp275 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
401 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
453 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
508 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(200)), true, true, … in HWTEST_F_L0() local
545 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(200)), true, true, … in HWTEST_F_L0() local
589 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(200)), true, true, … in HWTEST_F_L0() local
635 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(200)), true, true, … in HWTEST_F_L0() local
684 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
731 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
778 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
[all …]
Dbuiltins_list_format_second_test.cpp130 PropertyDescriptor desc1(thread, listValue2, true, true, true); in HWTEST_F_L0() local
169 PropertyDescriptor desc1(thread, listValue2, true, true, true); in HWTEST_F_L0() local
208 PropertyDescriptor desc1(thread, listValue2, true, true, true); in HWTEST_F_L0() local
246 PropertyDescriptor desc1(thread, listValue2, true, true, true); in HWTEST_F_L0() local
Dbuiltins_list_format_first_test.cpp153 PropertyDescriptor desc1(thread, listValue2, true, true, true); in HWTEST_F_L0() local
191 PropertyDescriptor desc1(thread, listValue2, true, true, true); in HWTEST_F_L0() local
259 PropertyDescriptor desc1(thread, listValue2, true, true, true); in HWTEST_F_L0() local
Dbuiltins_promise_test.cpp327 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>::Cast(resolvePromise)); in HWTEST_F_L0() local
398 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>::Cast(resolvePromise)); in HWTEST_F_L0() local
496 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>::Cast(resolvePromise2)); in HWTEST_F_L0() local
Dbuiltins_collator_test.cpp184 PropertyDescriptor desc1(thread, value1, true, true, true); in HWTEST_F_L0() local
233 PropertyDescriptor desc1(thread, value1, true, true, true); in HWTEST_F_L0() local
Dbuiltins_json_test.cpp394 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(200)), true, true, … in HWTEST_F_L0() local
432 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2.5)), true, true, … in HWTEST_F_L0() local
Dbuiltins_function_test.cpp143 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(40))); in HWTEST_F_L0() local
Dbuiltins_reflect_test.cpp114 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(44))); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp983 PropertyDescriptor desc1(thread, bar); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp28 auto *desc1 = info1.GetClassName(); in IsInSamePackage() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp216 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
290 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, true, tr… in HWTEST_F_L0() local
527 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
552 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
577 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
601 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
622 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
651 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
689 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
763 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
[all …]
Dlocale_helper_test.cpp116 PropertyDescriptor desc1(thread, localeStr1, true, true, true); in HWTEST_F_L0() local
Djs_serializer_test.cpp1338 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1114 PropertyDescriptor desc1 = PropertyDescriptor(thread_, func); in HWTEST_F_L0() local
1164 PropertyDescriptor desc1 = PropertyDescriptor(thread_, func); in HWTEST_F_L0() local
1215 PropertyDescriptor desc1 = PropertyDescriptor(thread_, func); in HWTEST_F_L0() local
1252 PropertyDescriptor desc1 = PropertyDescriptor(thread_, addMethod); in HWTEST_F_L0() local