Searched refs:kAsync (Results 1 – 4 of 4) sorted by relevance
1852 if (type == IteratorType::kAsync) { in BuildIteratorNextResult()4927 if (type == IteratorType::kAsync) { in BuildIteratorCloseForCompletion()4960 if (type == IteratorType::kAsync) { in BuildIteratorCloseForCompletion()
5796 IteratorType::kAsync, each_keyword_pos); in ParseForAwaitStatement()5800 loop, each_variable, iterable, body, finalize, IteratorType::kAsync, in ParseForAwaitStatement()
2942 enum class IteratorType { kNormal, kAsync }; enumerator2956 if (hint() == IteratorType::kAsync) { in AssignFeedbackSlots()
2999 if (expr->hint() == IteratorType::kAsync) { in VisitGetIterator()