Searched refs:IsJSAPIHashSet (Results 1 – 11 of 11) sorted by relevance
63 if (!self->IsJSAPIHashSet()) { in Values()64 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Values()83 if (!self->IsJSAPIHashSet()) { in Entries()84 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Entries()105 if (!self->IsJSAPIHashSet()) { in Add()106 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Add()130 if (!self->IsJSAPIHashSet()) { in Remove()131 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Remove()153 if (!self->IsJSAPIHashSet()) { in Has()154 if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget().IsJSAPIHashSet()) { in Has()[all …]
27 ASSERT(JSTaggedValue(object).IsJSAPIHashSet()); in Cast()
148 if (!obj->IsJSAPIHashSet()) { in CreateHashSetIterator()
100 return IsJSAPIHashSet(obj); in IsContainer()
741 inline bool JSTaggedValue::IsJSAPIHashSet() const in IsJSAPIHashSet() function743 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIHashSet(); in IsJSAPIHashSet()
587 bool IsJSAPIHashSet() const;
1055 inline bool IsJSAPIHashSet() const in IsJSAPIHashSet() function
110 ASSERT_TRUE(result.IsJSAPIHashSet()); in HWTEST_F_L0()
379 GateRef IsJSAPIHashSet(GateRef obj);
1319 inline GateRef StubBuilder::IsJSAPIHashSet(GateRef obj) in IsJSAPIHashSet() function
736 return JSNApiHelper::ToJSTaggedValue(this).IsJSAPIHashSet(); in IsHashSet()