Searched refs:IsJSAPIHashSetIterator (Results 1 – 6 of 6) sorted by relevance
28 ASSERT(JSTaggedValue(obj).IsJSAPIHashSetIterator()); in Cast()
36 if (!input->IsJSAPIHashSetIterator()) { in Next()
340 EXPECT_TRUE(iterValues->IsJSAPIHashSetIterator()); in HWTEST_F_L0()391 EXPECT_TRUE(iter->IsJSAPIHashSetIterator()); in HWTEST_F_L0()
1098 inline bool JSTaggedValue::IsJSAPIHashSetIterator() const in IsJSAPIHashSetIterator() function1100 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIHashSetIterator(); in IsJSAPIHashSetIterator()
625 bool IsJSAPIHashSetIterator() const;
873 inline bool IsJSAPIHashSetIterator() const in IsJSAPIHashSetIterator() function