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