Lines Matching refs:IsJSAPIHashSet
59 if (!self->IsJSAPIHashSet()) { in GetIteratorObj()
60 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in GetIteratorObj()
79 if (!self->IsJSAPIHashSet()) { in Values()
80 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in Values()
99 if (!self->IsJSAPIHashSet()) { in Entries()
100 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in Entries()
121 if (!self->IsJSAPIHashSet()) { in Add()
122 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in Add()
146 if (!self->IsJSAPIHashSet()) { in Remove()
147 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in Remove()
169 if (!self->IsJSAPIHashSet()) { in Has()
170 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in Has()
191 if (!self->IsJSAPIHashSet()) { in Clear()
192 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in Clear()
213 if (!self->IsJSAPIHashSet()) { in GetLength()
214 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in GetLength()
235 if (!self->IsJSAPIHashSet()) { in IsEmpty()
236 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashSet()) { in IsEmpty()
255 if (!thisHandle->IsJSAPIHashSet()) { in ForEach()
256 …isHandle->IsJSProxy() && JSHandle<JSProxy>::Cast(thisHandle)->GetTarget(thread).IsJSAPIHashSet()) { in ForEach()