Home
last modified time | relevance | path

Searched refs:kAsync (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Dparser.cc1852 if (type == IteratorType::kAsync) { in BuildIteratorNextResult()
4927 if (type == IteratorType::kAsync) { in BuildIteratorCloseForCompletion()
4960 if (type == IteratorType::kAsync) { in BuildIteratorCloseForCompletion()
Dparser-base.h5796 IteratorType::kAsync, each_keyword_pos); in ParseForAwaitStatement()
5800 loop, each_variable, iterable, body, finalize, IteratorType::kAsync, in ParseForAwaitStatement()
/external/v8/src/ast/
Dast.h2942 enum class IteratorType { kNormal, kAsync }; enumerator
2956 if (hint() == IteratorType::kAsync) { in AssignFeedbackSlots()
/external/v8/src/interpreter/
Dbytecode-generator.cc2999 if (expr->hint() == IteratorType::kAsync) { in VisitGetIterator()