Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h5868 ExpressionT each_variable = impl()->NullExpression(); in ParseForEachStatementWithDeclarations() local
5881 &each_variable, CHECK_OK); in ParseForEachStatementWithDeclarations()
5891 loop, each_variable, enumerable, body_block); in ParseForEachStatementWithDeclarations()
6071 ExpressionT each_variable = impl()->NullExpression(); in ParseForAwaitStatement() local
6116 ExpressionT lhs = each_variable = ParseLeftHandSideExpression(CHECK_OK); in ParseForAwaitStatement()
6123 each_variable = CheckAndRewriteReferenceExpression( in ParseForAwaitStatement()
6158 &each_variable, CHECK_OK); in ParseForAwaitStatement()
6170 loop, each_variable, iterable, body, finalize, IteratorType::kAsync, in ParseForAwaitStatement()
Dparser.h375 Expression** each_variable, bool* ok);
Dpreparser.h1425 PreParserExpression* each_variable, bool* ok) {
Dparser.cc1911 Expression** each_variable, in DesugarBindingInForEachStatement() argument
1964 *each_variable = factory()->NewVariableProxy(temp, for_info->position); in DesugarBindingInForEachStatement()