Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1875 Block* Parser::RewriteForVarInLegacy(const ForInfo& for_info) { in RewriteForVarInLegacy()
1909 void Parser::DesugarBindingInForEachStatement(ForInfo* for_info, in DesugarBindingInForEachStatement()
1969 const ForInfo& for_info, bool* ok) { in CreateForEachStatementTDZ()
2114 Statement* body, Scope* inner_scope, const ForInfo& for_info, bool* ok) { in DesugarLexicalBindingsInForStatement()
Dparser-base.h5816 int stmt_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, in ParseForEachStatementWithDeclarations()
5915 ForInfo* for_info, ZonePtrList<const AstRawString>* labels, in ParseForEachStatementWithoutDeclarations()
5953 int stmt_pos, StatementT init, ForInfo* for_info, in ParseStandardForLoopWithLexicalDeclarations()