Lines Matching refs:beg_pos
77 return ReportMessageAt(source_location.beg_pos, source_location.end_pos, in ReportUnexpectedToken()
80 return ReportMessageAt(source_location.beg_pos, source_location.end_pos, in ReportUnexpectedToken()
83 return ReportMessageAt(source_location.beg_pos, source_location.end_pos, in ReportUnexpectedToken()
87 return ReportMessageAt(source_location.beg_pos, source_location.end_pos, in ReportUnexpectedToken()
91 ReportMessageAt(source_location.beg_pos, source_location.end_pos, in ReportUnexpectedToken()
515 ReportMessageAt(pos.beg_pos, pos.end_pos, in ParseThrowStatement()
1013 ReportMessageAt(location.beg_pos, location.end_pos, in ParseRegExpLiteral()
1024 ReportMessageAt(location.beg_pos, location.end_pos, in ParseRegExpLiteral()
1075 int function_block_pos = scanner_->location().beg_pos; in ParseFunctionLiteral()
1136 int identifier_pos = scanner_->location().beg_pos; in LogSymbol()
1169 int pos = scanner_->location().beg_pos; in ParseIdentifierName()