Searched refs:IsJSAPIVectorIterator (Results 1 – 7 of 7) sorted by relevance
27 ASSERT(JSTaggedValue(obj).IsJSAPIVectorIterator()); in Cast()
34 if (!input->IsJSAPIVectorIterator()) { in Next()
203 inline bool JSObject::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function205 return GetJSHClass()->IsJSAPIVectorIterator(); in IsJSAPIVectorIterator()
1235 inline bool JSTaggedValue::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function1237 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIVectorIterator(); in IsJSAPIVectorIterator()
598 bool IsJSAPIVectorIterator() const;
619 bool IsJSAPIVectorIterator() const;
1114 inline bool IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function