Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Report some errors about invalid left-hand-sides in for-in/of loop heads | wolfbeast | 2019-04-06 | -2/+0 |
| | | | | using code with an explicitly computed offset. | |||
* | Introduce Parser::warningAt | wolfbeast | 2019-04-06 | -2/+3 |
| | | | | | This reduces reporting an warning at a particular offset to its bare essentials, simplifying calls. | |||
* | Remove Parser::reportBadReturn | wolfbeast | 2019-04-06 | -2/+0 |
| | | | | Report simpler errors that don't use the offset of a node as location. | |||
* | Introduce Parser::errorAt | wolfbeast | 2019-04-06 | -0/+3 |
| | | | | | This reduces reporting an error at a particular offset to its bare essentials, simplifying calls. | |||
* | Inline Parser::checkFunctionDefinition into its sole caller. | wolfbeast | 2019-04-06 | -2/+0 |
| | ||||
* | Move the Parser::checkFunctionDefinition call into its callers. | wolfbeast | 2019-04-06 | -2/+3 |
| | ||||
* | Move part of Parser::functionDefinition into callers. | wolfbeast | 2019-04-06 | -3/+2 |
| | ||||
* | Track strict mode errors in unary deletions correctly when | wolfbeast | 2019-04-05 | -0/+7 |
| | | | | syntax-parsing. | |||
* | Change report at current offset to warning(), extraWarning() and error() | wolfbeast | 2019-04-05 | -1/+12 |
| | ||||
* | Remove the |bool strict| argument from the report-at-current-offset | wolfbeast | 2019-04-05 | -1/+8 |
| | | | | | Parser function (zeport). zeport => qeport | |||
* | Split Parser::report into Parser::zeport (a temporary name) that uses | wolfbeast | 2019-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. | wolfbeast | 2019-02-02 | -11/+17 |
| | | | | Tag #960 | |||
* | Remove telemetry leftovers from JS engine. | adeshkp | 2019-01-30 | -2/+0 |
| | ||||
* | Bug 755821: Function() should use the parser's argument parsing code | janekptacijarabaci | 2018-03-16 | -7/+9 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+1430 |