Searched refs:desc3 (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_array_test.cpp | 281 …PropertyDescriptor desc3(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(4)), true, true, tr… in HWTEST_F_L0() local 282 JSArray::DefineOwnProperty(thread, obj, key3, desc3); in HWTEST_F_L0() 459 …PropertyDescriptor desc3(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(4)), true, true, tr… in HWTEST_F_L0() local 460 JSArray::DefineOwnProperty(thread, obj, key3, desc3); in HWTEST_F_L0() 690 …PropertyDescriptor desc3(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(4)), true, true, tr… in HWTEST_F_L0() local 691 JSArray::DefineOwnProperty(thread, obj, key3, desc3); in HWTEST_F_L0() 737 …PropertyDescriptor desc3(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(4)), true, true, tr… in HWTEST_F_L0() local 738 JSArray::DefineOwnProperty(thread, obj, key3, desc3); in HWTEST_F_L0() 784 …PropertyDescriptor desc3(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(4)), true, true, tr… in HWTEST_F_L0() local 785 JSArray::DefineOwnProperty(thread, obj, key3, desc3); in HWTEST_F_L0() [all …]
|
D | builtins_list_format_test.cpp | 440 PropertyDescriptor desc3(thread, listValue4, true, true, true); in HWTEST_F_L0() local 441 JSArray::DefineOwnProperty(thread, value, key3, desc3); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_object_test.cpp | 311 PropertyDescriptor desc3(thread); in HWTEST_F_L0() local 312 desc3.SetWritable(false); in HWTEST_F_L0() 313 desc3.SetEnumerable(false); in HWTEST_F_L0() 314 desc3.SetConfigurable(false); in HWTEST_F_L0() 315 … success = JSTaggedValue::DefinePropertyOrThrow(thread, JSHandle<JSTaggedValue>(obj), key, desc3); in HWTEST_F_L0()
|
D | js_serializer_test.cpp | 251 PropertyDescriptor desc3(thread); in DescriptionTest() local 257 JSObject::GetOwnProperty(thread, retObj, retKey1, desc3); in DescriptionTest() 261 … EXPECT_EQ(desc3.GetValue().GetTaggedValue().GetRawData(), value1.GetTaggedValue().GetRawData()); in DescriptionTest() 262 EXPECT_TRUE(desc3.IsWritable()); in DescriptionTest() 263 EXPECT_FALSE(desc3.IsEnumerable()); in DescriptionTest() 264 EXPECT_TRUE(desc3.IsConfigurable()); in DescriptionTest()
|