summaryrefslogtreecommitdiffstats
path: root/js/src/tests/ecma_6
Commit message (Collapse)AuthorAgeLines
* Correctly tokenize valid JS names when using code points outside of BMP range.wolfbeast2018-03-18-16/+2
|\ | | | | | | | | | | This resolves #72. Merged remote-tracking branch 'janek/js_variable_unicode_1'
| * Correctly tokenize valid JS names when using Unicode mathematical ↵janekptacijarabaci2018-03-18-16/+2
| | | | | | | | | | | | alphanumeric symbols as variable name Issue https://github.com/MoonchildProductions/Pale-Moon/issues/1647
* | Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16-0/+27
| |
* | Bug 1318017: Call GetPrototypeFromConstructor for generator/async function ↵janekptacijarabaci2018-03-16-0/+112
|/ | | | | | | and Intl constructors [Depends on] Bug 755821: Function() should use the parser's argument parsing code
* Close iterator after error in Promise.{all,race}janekptacijarabaci2018-03-15-0/+234
| | | | Issue #17
* Close iterator after error in Array.fromjanekptacijarabaci2018-03-15-0/+183
| | | | Issue #17
* Close iterator after error in {Map,Set,WeakMap,WeakSet} constructorsjanekptacijarabaci2018-03-15-0/+253
| | | | Issue #17
* JS - RegExp - match updated spec for `/\b/iu` and `/\B/iu`janekptacijarabaci2018-03-12-0/+25
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+57315