Lines Matching refs:stmt_pos
1291 int stmt_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels,
1295 int stmt_pos, ExpressionT expression, int lhs_beg_pos, int lhs_end_pos,
1302 int stmt_pos, ZonePtrList<const AstRawString>* labels,
1308 int stmt_pos, StatementT init, ForInfo* for_info,
5713 int stmt_pos = peek_position(); in ParseForStatement() local
5745 stmt_pos, &for_info, labels, own_labels, inner_block_scope, ok); in ParseForStatement()
5758 stmt_pos, init, &for_info, labels, own_labels, ok); in ParseForStatement()
5769 return ParseForEachStatementWithDeclarations(stmt_pos, &for_info, labels, in ParseForStatement()
5794 stmt_pos, expression, lhs_beg_pos, lhs_end_pos, &for_info, labels, in ParseForStatement()
5807 ForStatementT loop = ParseStandardForLoop(stmt_pos, labels, own_labels, &cond, in ParseForStatement()
5816 int stmt_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels, in ParseForEachStatementWithDeclarations() argument
5847 stmt_pos); in ParseForEachStatementWithDeclarations()
5914 int stmt_pos, ExpressionT expression, int lhs_beg_pos, int lhs_end_pos, in ParseForEachStatementWithoutDeclarations() argument
5925 stmt_pos); in ParseForEachStatementWithoutDeclarations()
5953 int stmt_pos, StatementT init, ForInfo* for_info, in ParseStandardForLoopWithLexicalDeclarations() argument
5966 loop = ParseStandardForLoop(stmt_pos, labels, own_labels, &cond, &next, in ParseStandardForLoopWithLexicalDeclarations()
6010 int stmt_pos, ZonePtrList<const AstRawString>* labels, in ParseStandardForLoop() argument
6013 ForStatementT loop = factory()->NewForStatement(labels, own_labels, stmt_pos); in ParseStandardForLoop()
6055 int stmt_pos = peek_position(); in ParseForAwaitStatement() local
6068 auto loop = factory()->NewForOfStatement(labels, own_labels, stmt_pos); in ParseForAwaitStatement()