summaryrefslogtreecommitdiffstats
path: root/js/src/frontend/TokenStream.h
Commit message (Collapse)AuthorAgeLines
* Rename TokenStream::reportStrictWarningErrorNumberVA towolfbeast2019-04-06-2/+1
| | | | | | | TokenStream::reportExtraWarningErrorNumberVA for clarity. Emit Extra Warnings instead of Strict Warnings from the BCE where it makes sense.
* Split Parser::report into Parser::zeport (a temporary name) that useswolfbeast2019-04-05-0/+1
| | | | | the current offset, and Parser::reportWithNode that derives it from a Node.
* Stage 1-1: Implement Function.prototype.toString revision proposal.wolfbeast2019-02-02-0/+7
| | | | Tag #960
* Correctly tokenize valid JS names when using Unicode mathematical ↵janekptacijarabaci2018-03-18-0/+1
| | | | | | alphanumeric symbols as variable name Issue https://github.com/MoonchildProductions/Pale-Moon/issues/1647
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1057