Searched refs:descRuler (Results 1 – 1 of 1) sorted by relevance
210 PropertyDescriptor descRuler(thread); in HWTEST_F_L0() local211 JSObject::GetOwnProperty(thread, target, key, descRuler); in HWTEST_F_L0()212 ASSERT_EQ(descRuler.GetValue()->GetInt(), 100); in HWTEST_F_L0()213 ASSERT_EQ(descRuler.IsWritable(), true); in HWTEST_F_L0()214 ASSERT_EQ(descRuler.IsEnumerable(), false); in HWTEST_F_L0()215 ASSERT_EQ(descRuler.IsConfigurable(), true); in HWTEST_F_L0()