Searched refs:IsCompletionRecord (Results 1 – 8 of 8) sorted by relevance
36 if (result->IsCompletionRecord()) { in IteratorCloseAndReturn()178 if (completion->IsCompletionRecord()) { in IteratorClose()
84 ASSERT(JSTaggedValue(object).IsCompletionRecord()); in Cast()
538 inline bool JSTaggedValue::IsCompletionRecord() const in IsCompletionRecord() function540 return IsHeapObject() && GetTaggedObject()->GetClass()->IsCompletionRecord(); in IsCompletionRecord()
311 bool IsCompletionRecord() const;
359 if ((value).GetTaggedValue().IsCompletionRecord()) { \
853 inline bool IsCompletionRecord() const in IsCompletionRecord() function
216 if (value.GetTaggedValue().IsCompletionRecord()) { in Race()
1215 if (result->IsCompletionRecord()) { in CloseIterator()