Lines Matching refs:beg_pos

536   parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos,  in ReportMessageAt()
567 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, in ReportMessageAt()
826 DCHECK_EQ(scanner_.peek_location().beg_pos, source->length()); in ParseProgram()
900 int beg_pos = scanner()->location().beg_pos; in DoParseProgram() local
909 scope->set_end_position(scanner()->peek_location().beg_pos); in DoParseProgram()
912 CheckStrictOctalLiteral(beg_pos, scanner()->location().end_pos, &ok); in DoParseProgram()
1152 if (this_loc.beg_pos != old_this_loc.beg_pos && in ParseStatementList()
1153 this_loc.beg_pos != token_loc.beg_pos) { in ParseStatementList()
1158 if (super_loc.beg_pos != old_super_loc.beg_pos && in ParseStatementList()
1159 super_loc.beg_pos != token_loc.beg_pos) { in ParseStatementList()
1184 token_loc.end_pos - token_loc.beg_pos == in ParseStatementList()
1190 token_loc.end_pos - token_loc.beg_pos == in ParseStatementList()
1230 token_loc.end_pos - token_loc.beg_pos == in ParseStatementList()
1275 scanner()->peek_location().beg_pos); in ParseStatementListItem()
1886 scanner()->location().beg_pos, in NewUnresolved()
2227 block_scope->set_start_position(scanner()->location().beg_pos); in ParseBlock()
2712 return_value = ThisExpression(scope_, factory(), loc.beg_pos); in ParseReturnStatement()
2779 generator, return_value, Yield::kFinal, loc.beg_pos); in ParseReturnStatement()
2780 result = factory()->NewExpressionStatement(yield, loc.beg_pos); in ParseReturnStatement()
2782 result = factory()->NewReturnStatement(return_value, loc.beg_pos); in ParseReturnStatement()
2817 with_scope->set_start_position(scanner()->peek_location().beg_pos); in ParseWithStatement()
2823 block_scope->set_start_position(scanner()->location().beg_pos); in ParseWithStatement()
2929 cases_scope->set_start_position(scanner()->location().beg_pos); in ParseSwitchStatement()
3010 catch_scope->set_start_position(scanner()->location().beg_pos); in ParseTryStatement()
3038 block_scope->set_start_position(scanner()->location().beg_pos); in ParseTryStatement()
3485 int inner_var_proxy_pos = scanner()->location().beg_pos; in DesugarLexicalBindingsInForStatement()
3553 for_scope->set_start_position(scanner()->location().beg_pos); in ParseForStatement()
3565 int each_beg_pos = scanner()->location().beg_pos; in ParseForStatement()
3644 body_scope->set_start_position(scanner()->location().beg_pos); in ParseForStatement()
3810 inner_scope->set_start_position(scanner()->location().beg_pos); in ParseForStatement()
4167 int start_position = scanner()->location().beg_pos; in ParseFunctionLiteral()
4591 inner_scope->set_start_position(scanner()->location().beg_pos); in ParseEagerFunctionBody()
5148 int pos = scanner()->location().beg_pos; in AddTemplateSpan()