- Mar 19, 2019
-
-
Caio Lima authored
-
- Mar 13, 2019
-
-
Leo Balter authored
-
Leo Balter authored
Fix #2049
-
- Mar 11, 2019
-
-
André Bargull authored
-
André Bargull authored
Issue: tc39/ecma262#1461 PR: tc39/ecma262#1470
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
- Mar 06, 2019
-
-
André Bargull authored
-
- Feb 28, 2019
-
-
André Bargull authored
-
- Feb 25, 2019
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Michael Maier authored
-
- Feb 14, 2019
-
-
Caio Lima authored
-
Caio Lima authored
-
Caio Lima authored
-
Leo Balter authored
- indirect eval - files renaming - space after comma
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Bradley Farias authored
-
- Feb 06, 2019
- Feb 04, 2019
-
-
Timothy Gu authored
Counterpart to language/expressions/object/prop-def-invalid-async-prefix.js.
-
- Jan 30, 2019
-
-
André Bargull authored
Spec PR: tc39/ecma262#1372
-
Ross Kirsling authored
-
Ross Kirsling authored
-
André Bargull authored
-
André Bargull authored
-
- Jan 25, 2019
-
-
Rick Waldron authored
-
Adrian Heine authored
According to sec-identifiers-static-semantics-assignmenttargettype, `AssignmentTargetType` of `arguments` and `eval` in non-strict mode code is `simple`. sec-update-expressions-static-semantics-early-errors mandates early errors for `UpdateExpression` if `AssignmentTargetType` is `invalid` or `strict`.
-
- Jan 23, 2019
-
-
jugglinmike authored
Previously, the early error prohibiting duplicate entries in UniqueFormalParameters was only tested in terms of async functions. In one case, this was misattributed to UniqeFormalParameters and only enforced for strict mode code. Extend coverage to the other function-creating productions which include UniqueFormalParameters (i.e. method definitions and non-async arrow functions), and update the existing tests to more accurately describe the source of the error.
-
- Jan 17, 2019
-
-
Nicolò Ribaudo authored
-
- Jan 11, 2019
-
-
Nicolò Ribaudo authored
-
- Jan 08, 2019
-
-
Nicolò Ribaudo authored
-
- Jan 07, 2019
-
-
Ross Kirsling authored
-
- Jan 01, 2019
-
-
Mike Pennisi authored
Previous commits restructured the tests for line terminators and made coverage gaps more apparent. Introduce new files to improve coverage.
-