summaryrefslogtreecommitdiffstats
path: root/js/src/frontend/TokenStream.cpp
Commit message (Expand)AuthorAgeLines
* 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName.Gaming4JC2019-07-18-90/+101
* 1283712 - Part 3: Add Parser::errorWithNotes and Parser::errorWithNotesAt.Gaming4JC2019-07-18-16/+20
* 1317375 - Implement "Template Literals Revision / Lifting Template Literal Re...Gaming4JC2019-07-18-57/+83
* 1326454 - Don't report an error when SourceCoords::add fails, because it fail...Gaming4JC2019-07-18-6/+12
* 1326454 - Make TokenStream::skipChars{,IgnoreEOL} accept an unsigned integral...Gaming4JC2019-07-18-3/+11
* 1326454 - Make TokenStream::peekChar's signature fallible.Gaming4JC2019-07-18-14/+41
* 1326454 - Rename TokenStream::getBracedUnicode to TokenStream::matchBracedUni...Gaming4JC2019-07-18-15/+42
* 1326454 - Introduce TokenStream::warning that warns at the current offset.Gaming4JC2019-07-18-7/+9
* 1326454 - Introduce TokenStream::error that reports an error at the current o...Gaming4JC2019-07-18-10/+27
* Rename TokenStream::reportStrictWarningErrorNumberVA towolfbeast2019-04-06-1/+1
* Stage 1-1: Implement Function.prototype.toString revision proposal.wolfbeast2019-02-02-0/+6
* Correctly tokenize valid JS names when using Unicode mathematical alphanumeri...janekptacijarabaci2018-03-18-8/+141
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1962