summaryrefslogtreecommitdiffstats
path: root/js/src/tests
Commit message (Collapse)AuthorAgeLines
* Add support for the function `name` property.wolfbeast2018-03-20-16/+429
|\ | | | | | | | | | | This resolves #78. Merged remote-tracking branch 'janek/js_function_name_1'
| * Part 4: Fix existing testsjanekptacijarabaci2018-03-19-16/+17
| | | | | | | | Issue #87
| * Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-0/+384
| | | | | | | | Issue #78
| * Bug 1317309: Throw a TypeError when passing a Symbol value to ToAtomjanekptacijarabaci2018-03-19-0/+28
| | | | | | | | | | | | Issue #78 [Depends on] Bug 883377: Implement ES6 function "name" property semantics
* | Testsjanekptacijarabaci2018-03-19-5/+32
|/ | | | Issue #77
* Prototypes should be regular objects.wolfbeast2018-03-19-0/+59
|\ | | | | | | | | | | This resolves #76 Merged remote-tracking branch 'janek/js_error_ordinary-object_1'
| * Bug 1320198: Land additional Error prototype testjanekptacijarabaci2018-03-17-0/+24
| |
| * Testsjanekptacijarabaci2018-03-17-0/+35
| |
* | Remove strict arguments poison pill for "caller" property per ES2017wolfbeast2018-03-18-13/+17
|\ \ | | | | | | | | | | | | | | | This resolves #79. Merged remote-tracking branch 'janek/js_strict_arguments_caller_removed_1'
| * | Remove strict arguments poison pill for "caller" property per ES2017janekptacijarabaci2018-03-18-13/+17
| |/
* | 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/+465
|/ | | | | | | 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
* Bug 1430761 - Update tzdata in ICU data files to 2018c. r=Waldo, a=lizzardAndré Bargull2018-03-14-5/+4
| | | | | --HG-- extra : rebase_source : cb9ac8a678b6f565091f6d7733b6cd86afde0da7
* JS - RegExp - match updated spec for `/\b/iu` and `/\B/iu`janekptacijarabaci2018-03-12-0/+25
|
* Add pluralrules to JS Intlwolfbeast2018-02-07-0/+50
|
* Remove SetGCZeal() stub and its callers.wolfbeast2018-02-03-15/+0
|
* Use UTC where appropriate in python filesMatt A. Tobin2018-02-02-8/+8
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+648660