Home
last modified time | relevance | path

Searched defs:each_variable (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparser-base.h6174 ExpressionT each_variable = impl()->NullExpression(); in ParseForEachStatementWithDeclarations() local
6362 ExpressionT each_variable = impl()->NullExpression(); in ParseForAwaitStatement() local
Dparser.cc2229 Expression** each_variable) { in DesugarBindingInForEachStatement()