Searched refs:IsJSAPIHashSet (Results 1 – 11 of 11) sorted by relevance
59 if (!self->IsJSAPIHashSet()) { in GetIteratorObj()60 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in GetIteratorObj()79 if (!self->IsJSAPIHashSet()) { in Values()80 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Values()99 if (!self->IsJSAPIHashSet()) { in Entries()100 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Entries()121 if (!self->IsJSAPIHashSet()) { in Add()122 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Add()146 if (!self->IsJSAPIHashSet()) { in Remove()147 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Remove()[all …]
27 ASSERT(JSTaggedValue(object).IsJSAPIHashSet()); in Cast()
142 if (!obj->IsJSAPIHashSet()) { in CreateHashSetIterator()
100 return IsJSAPIHashSet(obj); in IsContainer()
524 inline bool JSTaggedValue::IsJSAPIHashSet() const in IsJSAPIHashSet() function526 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIHashSet(); in IsJSAPIHashSet()
634 bool IsJSAPIHashSet() const;
1217 inline bool IsJSAPIHashSet() const in IsJSAPIHashSet() function
110 ASSERT_TRUE(result.IsJSAPIHashSet()); in HWTEST_F_L0()
461 GateRef IsJSAPIHashSet(GateRef obj);
1558 inline GateRef StubBuilder::IsJSAPIHashSet(GateRef obj) in IsJSAPIHashSet() function
934 return JSNApiHelper::ToJSTaggedValue(this).IsJSAPIHashSet(); in IsHashSet()