Searched defs:for_info (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/parsing/ |
| D | parser.cc | 2196 Block* Parser::RewriteForVarInLegacy(const ForInfo& for_info) { in RewriteForVarInLegacy() 2230 void Parser::DesugarBindingInForEachStatement(ForInfo* for_info, in DesugarBindingInForEachStatement() 2251 const ForInfo& for_info) { in CreateForEachStatementTDZ() 2271 Statement* body, Scope* inner_scope, const ForInfo& for_info) { in DesugarLexicalBindingsInForStatement()
|
| D | parser-base.h | 6136 int stmt_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, in ParseForEachStatementWithDeclarations() 6220 ForInfo* for_info, ZonePtrList<const AstRawString>* labels, in ParseForEachStatementWithoutDeclarations() 6250 int stmt_pos, StatementT init, ForInfo* for_info, in ParseStandardForLoopWithLexicalDeclarations()
|