Lines Matching refs:defaultString
1108 JSHandle<JSTaggedValue> defaultString = thread_->GlobalConstants()->GetHandledDefaultString(); in HWTEST_F_L0() local
1109 PropertyDescriptor desc = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0()
1110 …success = JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(set), defaultString, desc); in HWTEST_F_L0()
1134 …ionResult res = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), defaultString); in HWTEST_F_L0()
1135 bool same4 = JSTaggedValue::SameValue(defaultString, res.GetValue()); in HWTEST_F_L0()
1202 JSHandle<JSTaggedValue> defaultString = thread_->GlobalConstants()->GetHandledDefaultString(); in HWTEST_F_L0() local
1203 PropertyDescriptor desc = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0()
1204 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(protoFunc), defaultString, desc); in HWTEST_F_L0()
1210 …onResult res = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), defaultString); in HWTEST_F_L0()
1211 EXPECT_EQ(JSTaggedValue::SameValue(defaultString, res.GetValue()), true); in HWTEST_F_L0()
1230 JSHandle<JSTaggedValue> defaultString = thread_->GlobalConstants()->GetHandledDefaultString(); in HWTEST_F_L0() local
1268 PropertyDescriptor desc2 = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0()
1280 EXPECT_EQ(JSTaggedValue::SameValue(defaultString, res1.GetValue()), true); in HWTEST_F_L0()