Searched refs:IsRegularObject (Results 1 – 4 of 4) sorted by relevance
1340 inline bool JSTaggedValue::IsRegularObject() const in IsRegularObject() function1342 return IsHeapObject() && GetTaggedObject()->GetClass()->IsRegularObject(); in IsRegularObject()
624 bool IsRegularObject() const;
53 if (!receiver.IsHeapObject() || !(receiver.IsRegularObject())) { in HasOwnProperty()
1002 inline bool IsRegularObject() const in IsRegularObject() function