Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_shared_array_test.cpp100 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(0)), true, true, tr… in HWTEST_F_L0() local
150 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(0)), false, true, f… in HWTEST_F_L0() local
168 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, false, f… in HWTEST_F_L0() local
Djs_object_test.cpp208 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
282 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, true, tr… in HWTEST_F_L0() local
498 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
523 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
548 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
572 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
593 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
622 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
660 PropertyDescriptor desc1(thread); in HWTEST_F_L0() local
733 PropertyDescriptor desc1(thread); in GetterOrSetterIsUndefined() local
[all …]
Dlocale_helper_test.cpp83 PropertyDescriptor desc1(thread, localeStr1, true, true, true); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp298 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>::Cast(resolvePromise)); in HWTEST_F_L0() local
348 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>::Cast(resolvePromise)); in HWTEST_F_L0() local
418 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>::Cast(resolvePromise2)); in HWTEST_F_L0() local
Dbuiltins_collator_test.cpp187 PropertyDescriptor desc1(thread, value1, true, true, true); in HWTEST_F_L0() local
225 PropertyDescriptor desc1(thread, value1, true, true, true); in HWTEST_F_L0() local
Dbuiltins_json_test.cpp353 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(200)), true, true, … in HWTEST_F_L0() local
387 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2.5)), true, true, … in HWTEST_F_L0() local
Dbuiltins_shared_function_test.cpp165 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(40))); in HWTEST_F_L0() local
Dbuiltins_function_test.cpp149 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(40))); in HWTEST_F_L0() local
Dbuiltins_reflect_test.cpp90 PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(44))); in HWTEST_F_L0() local
Dbuiltins_array_test.cpp978 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
1031 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
1378 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
Dbuiltins_shared_array_test.cpp776 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
807 …PropertyDescriptor desc1(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)), true, true, tr… in HWTEST_F_L0() local
Dbuiltins_string_test.cpp904 PropertyDescriptor desc1(thread, bar); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp29 auto *desc1 = info1.GetClassName(); in IsInSamePackage() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1156 PropertyDescriptor desc1 = PropertyDescriptor(thread_, func); in HWTEST_F_L0() local
1207 PropertyDescriptor desc1 = PropertyDescriptor(thread_, func); in HWTEST_F_L0() local
1259 PropertyDescriptor desc1 = PropertyDescriptor(thread_, func); in HWTEST_F_L0() local
1297 PropertyDescriptor desc1 = PropertyDescriptor(thread_, addMethod); in HWTEST_F_L0() local