Home
last modified time | relevance | path

Searched refs:desc4 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp284 …PropertyDescriptor desc4(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(5)), true, true, tr… in HWTEST_F_L0() local
285 JSArray::DefineOwnProperty(thread, obj, key4, desc4); in HWTEST_F_L0()
411 …PropertyDescriptor desc4(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(4)), true, true, tr… in HWTEST_F_L0() local
412 JSArray::DefineOwnProperty(thread, obj1, key4, desc4); in HWTEST_F_L0()
462 …PropertyDescriptor desc4(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(5)), true, true, tr… in HWTEST_F_L0() local
463 JSArray::DefineOwnProperty(thread, obj, key4, desc4); in HWTEST_F_L0()
693 …PropertyDescriptor desc4(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(3)), true, true, tr… in HWTEST_F_L0() local
694 JSArray::DefineOwnProperty(thread, obj, key4, desc4); in HWTEST_F_L0()
740 …PropertyDescriptor desc4(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(5)), true, true, tr… in HWTEST_F_L0() local
741 JSArray::DefineOwnProperty(thread, obj, key4, desc4); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp252 PropertyDescriptor desc4(thread); in DescriptionTest() local
258 JSObject::GetOwnProperty(thread, retObj, retKey2, desc4); in DescriptionTest()
266 … EXPECT_EQ(desc4.GetValue().GetTaggedValue().GetRawData(), value2.GetTaggedValue().GetRawData()); in DescriptionTest()
267 EXPECT_FALSE(desc4.IsWritable()); in DescriptionTest()
268 EXPECT_TRUE(desc4.IsEnumerable()); in DescriptionTest()
269 EXPECT_FALSE(desc4.IsConfigurable()); in DescriptionTest()
Djs_object_test.cpp325 PropertyDescriptor desc4(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2))); in HWTEST_F_L0() local
326 … success = JSTaggedValue::DefinePropertyOrThrow(thread, JSHandle<JSTaggedValue>(obj), key, desc4); in HWTEST_F_L0()