Lines Matching refs:beg_pos
64 int start_position = scanner_->peek_location().beg_pos;
128 // Checks whether octal literal last seen is between beg_pos and end_pos.
130 void PreParser::CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) {
132 if (beg_pos <= octal.beg_pos && octal.end_pos <= end_pos) {
276 ReportMessageAt(start_location.beg_pos, end_location.end_pos,
405 ReportMessageAt(location.beg_pos, location.end_pos,
422 ReportMessageAt(location.beg_pos, location.end_pos,
431 ReportMessageAt(location.beg_pos, location.end_pos,
826 ReportMessageAt(before.beg_pos, after.end_pos,
915 ReportMessageAt(before.beg_pos, after.end_pos,
938 ReportMessageAt(before.beg_pos, after.end_pos,
1115 ReportMessageAt(location.beg_pos, location.end_pos,
1373 int start_position = scanner_->location().beg_pos;
1433 int body_start = scanner_->location().beg_pos;
1484 int identifier_pos = scanner_->location().beg_pos;
1536 ReportMessageAt(location.beg_pos, location.end_pos,
1544 ReportMessageAt(location.beg_pos, location.end_pos,
1579 void PreParser::CheckDelayedStrictModeViolation(int beg_pos,
1584 location.beg_pos > beg_pos && location.end_pos < end_pos) {
1614 int pos = scanner_->location().beg_pos;