Searched refs:each_variable (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | parser-base.h | 5868 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()
|
D | parser.h | 375 Expression** each_variable, bool* ok);
|
D | preparser.h | 1425 PreParserExpression* each_variable, bool* ok) {
|
D | parser.cc | 1911 Expression** each_variable, in DesugarBindingInForEachStatement() argument 1964 *each_variable = factory()->NewVariableProxy(temp, for_info->position); in DesugarBindingInForEachStatement()
|