Searched refs:IsForinIterator (Results 1 – 8 of 8) sorted by relevance
28 CAST_CHECK(JSForInIterator, IsForinIterator);
156 inline bool JSObject::IsForinIterator() const in IsForinIterator() function158 return GetJSHClass()->IsForinIterator(); in IsForinIterator()
161 ASSERT(it->IsForinIterator()); in Next()
1115 inline bool JSTaggedValue::IsForinIterator() const in IsForinIterator() function1117 return IsHeapObject() && GetTaggedObject()->GetClass()->IsForinIterator(); in IsForinIterator()
578 bool IsForinIterator() const;
549 bool IsForinIterator() const;
1028 inline bool IsForinIterator() const in IsForinIterator() function
203 ASSERT(iter->IsForinIterator()); in RuntimeGetNextPropName()