Searched refs:ReportScannerError (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/parsing/ |
D | scanner.cc | 204 ReportScannerError(Location(begin, begin + expected_length + 2), in ScanHexNumber() 226 ReportScannerError(Location(beg_pos, source_pos() + 1), in ScanUnlimitedLengthHexNumber() 417 ReportScannerError(source_pos(), MessageTemplate::kHtmlCommentInModule); in SkipSingleHTMLComment() 955 ReportScannerError(source_pos(), in ScanPrivateName() 964 ReportScannerError(source_pos(), in ScanPrivateName() 1092 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDigitsWithNumericSeparators() 1104 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDigitsWithNumericSeparators() 1128 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDecimalAsSmiWithNumericSeparators() 1143 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDecimalAsSmiWithNumericSeparators() 1286 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanNumber() [all …]
|
D | scanner.h | 561 void ReportScannerError(const Location& location, in ReportScannerError() function 568 void ReportScannerError(int pos, MessageTemplate::Template error) { in ReportScannerError() function
|