Searched refs:IsAsyncIteratorRecord (Results 1 – 4 of 4) sorted by relevance
32 CAST_CHECK(AsyncIteratorRecord, IsAsyncIteratorRecord);
1235 inline bool JSTaggedValue::IsAsyncIteratorRecord() const in IsAsyncIteratorRecord() function1237 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncIteratorRecord(); in IsAsyncIteratorRecord()
594 bool IsAsyncIteratorRecord() const;
1259 inline bool IsAsyncIteratorRecord() const in IsAsyncIteratorRecord() function