Searched refs:IsJSGlobalObject (Results 1 – 18 of 18) sorted by relevance
83 EXPECT_TRUE(objectOperator1.GetReceiver()->IsJSGlobalObject()); in HWTEST_F_L0()84 EXPECT_FALSE(objectOperator1.GetHolder()->IsJSGlobalObject()); in HWTEST_F_L0()88 EXPECT_TRUE(objectOperator2.GetReceiver()->IsJSGlobalObject()); in HWTEST_F_L0()89 EXPECT_TRUE(objectOperator2.GetHolder()->IsJSGlobalObject()); in HWTEST_F_L0()
242 EXPECT_TRUE(handler2->GetHolder().IsJSGlobalObject()); in HWTEST_F_L0()276 EXPECT_TRUE(handler->GetHolder().IsJSGlobalObject()); in HWTEST_F_L0()
114 EXPECT_TRUE(BuiltinsBase::GetNewTarget(ecmaRuntimeCallInfo2)->IsJSGlobalObject()); in HWTEST_F_L0()
492 ASSERT(obj->IsJSGlobalObject()); in LookupGlobal()522 if (obj->IsJSGlobalObject()) { in LookupPropertyInlinedProps()598 } else if (receiver->IsJSGlobalObject()) { in TransitionForAttributeChanged()676 if (receiver->IsJSGlobalObject()) { in UpdateDataValue()981 if (obj->IsJSGlobalObject()) { in AddPropertyInternal()
73 inline bool JSObject::IsJSGlobalObject() const in IsJSGlobalObject() function75 return GetJSHClass()->IsJSGlobalObject(); in IsJSGlobalObject()
404 if (obj->IsJSGlobalObject()) { in DeletePropertyInternal()441 if (obj->IsJSGlobalObject()) { in GetAllKeys()465 if (obj->IsJSGlobalObject()) { in GetAllKeysByFilter()478 ASSERT_PRINT(!obj->IsJSGlobalObject(), "Do not support get key of JSGlobal Object"); in GetAllKeysForSerialization()496 if (obj->IsJSGlobalObject()) { in GetAllEnumKeys()547 if (obj->IsJSGlobalObject()) { in GetAllEnumKeys()730 if (IsJSGlobalObject()) { in GetNumberOfEnumKeys()1069 ASSERT(IsJSGlobalObject()); in GetGlobalPropertyBox()1182 if (desc.HasValue() && obj->IsJSGlobalObject()) { in OrdinaryGetOwnProperty()1555 ASSERT(!obj->IsJSGlobalObject()); in CollectEnumKeysAlongProtoChain()
1325 inline bool JSTaggedValue::IsJSGlobalObject() const in IsJSGlobalObject() function1327 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSGlobalObject(); in IsJSGlobalObject()1337 return IsJSGlobalObject() || IsJSProxy() || IsSpecialKeysObject(); in IsSlowKeysObject()
481 bool IsJSGlobalObject() const;
593 bool IsJSGlobalObject() const;
1299 inline bool IsJSGlobalObject() const in IsJSGlobalObject() function
1534 if (IsJSGlobalObject()) { in Dump()4682 if (IsJSGlobalObject()) { in DumpForSnapshot()
557 if (obj->IsJSGlobalObject()) { in TryCacheSerializeKeys()649 if (obj->IsJSGlobalObject()) { in SerializeKeysWithCache()842 if (obj->IsJSGlobalObject()) { in DefaultSerializeKeys()
738 if (obj->IsJSGlobalObject()) { in SerializeKeys()
1258 GateRef notSlowObjectKey = BoolNot(BoolOr(isSpecialKey, IsJSGlobalObject(obj))); in Keys()
343 GateRef IsJSGlobalObject(GateRef obj);
1227 inline GateRef StubBuilder::IsJSGlobalObject(GateRef obj) in IsJSGlobalObject() function
6338 result = BoolOr(BoolOr(IsJSGlobalObject(obj), IsJsProxy(obj)), IsSpecialKeysObject(obj)); in IsSlowKeysObject()
1546 ASSERT(globalObj->IsJSGlobalObject()); in RuntimeLdGlobalVarFromProto()