Searched refs:ReportScannerError (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/parsing/ |
| D | scanner.cc | 127 ReportScannerError(Location(begin, begin + expected_length + 2), in ScanHexNumber() 150 ReportScannerError(Location(beg_pos, source_pos() + 1), in ScanUnlimitedLengthHexNumber() 202 ReportScannerError(source_pos(), MessageTemplate::kHtmlCommentInModule); in SkipSingleHTMLComment() 509 ReportScannerError(pos, MessageTemplate::kInvalidOrUnexpectedToken); in ScanPrivateName() 627 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDigitsWithNumericSeparators() 639 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDigitsWithNumericSeparators() 655 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDecimalDigits() 668 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDecimalAsSmiWithNumericSeparators() 683 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDecimalAsSmiWithNumericSeparators() 790 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanNumber() [all …]
|
| D | scanner.h | 496 void ReportScannerError(const Location& location, MessageTemplate error) { in ReportScannerError() function 502 void ReportScannerError(int pos, MessageTemplate error) { in ReportScannerError() function
|