Searched refs:NewAwait (Results 1 – 4 of 4) sorted by relevance
1802 next_call = factory()->NewAwait(next_call, pos); in BuildIteratorNextResult()3835 call = factory()->NewAwait(call, nopos); in BuildIteratorClose()4054 call = factory()->NewAwait(call, nopos); in BuildIteratorCloseForCompletion()4082 call = factory()->NewAwait(call, nopos); in BuildIteratorCloseForCompletion()
677 PreParserExpression NewAwait(const PreParserExpression& expression, int pos) { in NewAwait() function
1433 expr = factory()->NewAwait(expr, kNoSourcePosition);3306 ExpressionT expr = factory()->NewAwait(value, await_pos); in ParseUnaryExpression()
3204 Await* NewAwait(Expression* expression, int pos) { in NewAwait() function