Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_shared_array_test.cpp116 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(6)), true, true, tr… in HWTEST_F_L0() local
153 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(0)), false, true, t… in HWTEST_F_L0() local
Dlocale_helper_test.cpp88 PropertyDescriptor desc2(thread, localeStr2, true, true, true); in HWTEST_F_L0() local
Djs_proxy_test.cpp150 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
237 PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(10))); in HWTEST_F_L0() local
276 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, true, tr… in HWTEST_F_L0() local
Djs_object_test.cpp293 PropertyDescriptor desc2(thread, false, true, true); in HWTEST_F_L0() local
627 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
665 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, true, tr… in HWTEST_F_L0() local
749 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
767 PropertyDescriptor desc2(thread); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp30 auto *desc2 = info2.GetClassName(); in IsInSamePackage() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_collator_test.cpp191 PropertyDescriptor desc2(thread, value2, true, true, true); in HWTEST_F_L0() local
229 PropertyDescriptor desc2(thread, value2, true, true, true); in HWTEST_F_L0() local
Dbuiltins_array_test.cpp981 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
1034 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
1382 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
Dbuiltins_shared_array_test.cpp779 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
810 …PropertyDescriptor desc2(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
Dbuiltins_string_test.cpp907 PropertyDescriptor desc2(thread, baz); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1313 PropertyDescriptor desc2 = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0() local