Searched defs:for_info (Results 1 - 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.cc | 2196 Block* Parser::RewriteForVarInLegacy(const ForInfo& for_info) { in RewriteForVarInLegacy() argument 2230 void Parser::DesugarBindingInForEachStatement(ForInfo* for_info, in DesugarBindingInForEachStatement() argument 2250 CreateForEachStatementTDZ(Block* init_block, const ForInfo& for_info) CreateForEachStatementTDZ() argument 2269 DesugarLexicalBindingsInForStatement( ForStatement* loop, Statement* init, Expression* cond, Statement* next, Statement* body, Scope* inner_scope, const ForInfo& for_info) DesugarLexicalBindingsInForStatement() argument [all...] |
| H A D | preparser.h | 1394 V8_INLINE PreParserBlock RewriteForVarInLegacy(const ForInfo& for_info) { in RewriteForVarInLegacy() argument 1398 DesugarBindingInForEachStatement( ForInfo* for_info, PreParserStatement* body_block, PreParserExpression* each_variable) DesugarBindingInForEachStatement() argument 1403 CreateForEachStatementTDZ(PreParserBlock init_block, const ForInfo& for_info) CreateForEachStatementTDZ() argument 1415 DesugarLexicalBindingsInForStatement( PreParserStatement loop, PreParserStatement init, const PreParserExpression& cond, PreParserStatement next, PreParserStatement body, Scope* inner_scope, const ForInfo& for_info) DesugarLexicalBindingsInForStatement() argument
|
| H A D | parser-base.h | 6135 ParseForEachStatementWithDeclarations( int stmt_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels, Scope* inner_block_scope) ParseForEachStatementWithDeclarations() argument 6218 ParseForEachStatementWithoutDeclarations( int stmt_pos, ExpressionT expression, int lhs_beg_pos, int lhs_end_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseForEachStatementWithoutDeclarations() argument 6249 ParseStandardForLoopWithLexicalDeclarations( int stmt_pos, StatementT init, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels) ParseStandardForLoopWithLexicalDeclarations() argument [all...] |
Completed in 17 milliseconds