Searched refs:IsJSAPIVectorIterator (Results 1 – 7 of 7) sorted by relevance
27 ASSERT(JSTaggedValue(obj).IsJSAPIVectorIterator()); in Cast()
34 if (!input->IsJSAPIVectorIterator()) { in Next()
191 inline bool JSObject::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function193 return GetJSHClass()->IsJSAPIVectorIterator(); in IsJSAPIVectorIterator()
1190 inline bool JSTaggedValue::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function1192 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIVectorIterator(); in IsJSAPIVectorIterator()
648 bool IsJSAPIVectorIterator() const;
556 bool IsJSAPIVectorIterator() const;
997 inline bool IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function