Home
last modified time | relevance | path

Searched refs:ForInfo (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Dparser.h482 Block* RewriteForVarInLegacy(const ForInfo& for_info);
483 void DesugarBindingInForEachStatement(ForInfo* for_info, Block** body_block,
485 Block* CreateForEachStatementTDZ(Block* init_block, const ForInfo& for_info,
490 Statement* body, Scope* inner_scope, const ForInfo& for_info, bool* ok);
Dpreparser.h1336 V8_INLINE PreParserStatement RewriteForVarInLegacy(const ForInfo& for_info) {
1341 ForInfo* for_info, PreParserStatement* body_block,
1360 PreParserStatement init_block, const ForInfo& for_info, bool* ok) {
1375 PreParserStatement body, Scope* inner_scope, const ForInfo& for_info,
Dparser-base.h618 struct ForInfo { struct
620 explicit ForInfo(ParserBase* parser) in ForInfo() function
1269 int stmt_pos, ForInfo* for_info, ZoneList<const AstRawString*>* labels,
1273 ForInfo* for_info, ZoneList<const AstRawString*>* labels, bool* ok);
1278 ForInfo* for_info, BlockState* for_state,
5407 ForInfo for_info(this); in ParseForStatement()
5471 int stmt_pos, ForInfo* for_info, ZoneList<const AstRawString*>* labels, in ParseForEachStatementWithDeclarations()
5552 ForInfo* for_info, ZoneList<const AstRawString*>* labels, bool* ok) { in ParseForEachStatementWithoutDeclarations()
5601 ForInfo* for_info, BlockState* for_state, in ParseStandardForLoop()
5695 ForInfo for_info(this); in ParseForAwaitStatement()
Dparser.cc1928 Block* Parser::RewriteForVarInLegacy(const ForInfo& for_info) { in RewriteForVarInLegacy()
1964 void Parser::DesugarBindingInForEachStatement(ForInfo* for_info, in DesugarBindingInForEachStatement()
2024 const ForInfo& for_info, bool* ok) { in CreateForEachStatementTDZ()
2171 Statement* body, Scope* inner_scope, const ForInfo& for_info, bool* ok) { in DesugarLexicalBindingsInForStatement()