Home
last modified time | relevance | path

Searched refs:ReportScannerError (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dscanner.cc204 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 …]
Dscanner.h561 void ReportScannerError(const Location& location, in ReportScannerError() function
568 void ReportScannerError(int pos, MessageTemplate::Template error) { in ReportScannerError() function