Lines Matching refs:defaultString
1150 JSHandle<JSTaggedValue> defaultString = thread_->GlobalConstants()->GetHandledDefaultString(); in HWTEST_F_L0() local
1151 PropertyDescriptor desc = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0()
1152 …success = JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(set), defaultString, desc); in HWTEST_F_L0()
1176 …ionResult res = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), defaultString); in HWTEST_F_L0()
1177 bool same4 = JSTaggedValue::SameValue(defaultString, res.GetValue()); in HWTEST_F_L0()
1246 JSHandle<JSTaggedValue> defaultString = thread_->GlobalConstants()->GetHandledDefaultString(); in HWTEST_F_L0() local
1247 PropertyDescriptor desc = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0()
1248 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(protoFunc), defaultString, desc); in HWTEST_F_L0()
1254 …onResult res = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), defaultString); in HWTEST_F_L0()
1255 EXPECT_EQ(JSTaggedValue::SameValue(defaultString, res.GetValue()), true); in HWTEST_F_L0()
1275 JSHandle<JSTaggedValue> defaultString = thread_->GlobalConstants()->GetHandledDefaultString(); in HWTEST_F_L0() local
1313 PropertyDescriptor desc2 = PropertyDescriptor(thread_, defaultString); in HWTEST_F_L0()
1325 EXPECT_EQ(JSTaggedValue::SameValue(defaultString, res1.GetValue()), true); in HWTEST_F_L0()