Home
last modified time | relevance | path

Searched refs:IsForinIterator (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.h28 CAST_CHECK(JSForInIterator, IsForinIterator);
Djs_object-inl.h156 inline bool JSObject::IsForinIterator() const in IsForinIterator() function
158 return GetJSHClass()->IsForinIterator(); in IsForinIterator()
Djs_for_in_iterator.cpp161 ASSERT(it->IsForinIterator()); in Next()
Djs_tagged_value-inl.h1115 inline bool JSTaggedValue::IsForinIterator() const in IsForinIterator() function
1117 return IsHeapObject() && GetTaggedObject()->GetClass()->IsForinIterator(); in IsForinIterator()
Djs_tagged_value.h578 bool IsForinIterator() const;
Djs_object.h549 bool IsForinIterator() const;
Djs_hclass.h1028 inline bool IsForinIterator() const in IsForinIterator() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h203 ASSERT(iter->IsForinIterator()); in RuntimeGetNextPropName()