Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1802 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()
Dpreparser.h677 PreParserExpression NewAwait(const PreParserExpression& expression, int pos) { in NewAwait() function
Dparser-base.h1433 expr = factory()->NewAwait(expr, kNoSourcePosition);
3306 ExpressionT expr = factory()->NewAwait(value, await_pos); in ParseUnaryExpression()
/external/v8/src/ast/
Dast.h3204 Await* NewAwait(Expression* expression, int pos) { in NewAwait() function