Lines Matching refs:stmt_pos
1360 int stmt_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels,
1363 int stmt_pos, ExpressionT expression, int lhs_beg_pos, int lhs_end_pos,
1370 int stmt_pos, ZonePtrList<const AstRawString>* labels,
1376 int stmt_pos, StatementT init, ForInfo* for_info,
6003 int stmt_pos = peek_position();
6036 stmt_pos, &for_info, labels, own_labels, inner_block_scope);
6052 stmt_pos, init, &for_info, labels, own_labels);
6068 return ParseForEachStatementWithDeclarations(stmt_pos, &for_info, labels,
6113 stmt_pos, expression, lhs_beg_pos, lhs_end_pos, &for_info, labels,
6127 ParseStandardForLoop(stmt_pos, labels, own_labels, &cond, &next, &body);
6136 int stmt_pos, ForInfo* for_info, ZonePtrList<const AstRawString>* labels,
6159 auto loop = factory()->NewForEachStatement(for_info->mode, stmt_pos);
6219 int stmt_pos, ExpressionT expression, int lhs_beg_pos, int lhs_end_pos,
6222 auto loop = factory()->NewForEachStatement(for_info->mode, stmt_pos);
6250 int stmt_pos, StatementT init, ForInfo* for_info,
6264 ParseStandardForLoop(stmt_pos, labels, own_labels, &cond, &next, &body);
6308 int stmt_pos, ZonePtrList<const AstRawString>* labels,
6312 ForStatementT loop = factory()->NewForStatement(stmt_pos);
6344 int stmt_pos = peek_position();
6357 auto loop = factory()->NewForOfStatement(stmt_pos, IteratorType::kAsync);