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()
1140 inline bool JSTaggedValue::IsJSAPIHashSetIterator() const in IsJSAPIHashSetIterator() function1142 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIHashSetIterator(); in IsJSAPIHashSetIterator()
638 bool IsJSAPIHashSetIterator() const;
948 inline bool IsJSAPIHashSetIterator() const in IsJSAPIHashSetIterator() function