summaryrefslogtreecommitdiffstats
path: root/js/src/frontend/Parser.h
Commit message (Collapse)AuthorAgeLines
* Remove the |bool strict| argument from the report-at-current-offsetwolfbeast2019-04-05-1/+8
| | | | | Parser function (zeport). zeport => qeport
* Split Parser::report into Parser::zeport (a temporary name) that useswolfbeast2019-04-05-6/+7
| | | | | the current offset, and Parser::reportWithNode that derives it from a Node.
* Stage 1-1: Implement Function.prototype.toString revision proposal.wolfbeast2019-02-02-11/+17
| | | | Tag #960
* Remove telemetry leftovers from JS engine.adeshkp2019-01-30-2/+0
|
* Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16-7/+9
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1430