summaryrefslogtreecommitdiff
path: root/js/src/tests
Commit message (Expand)AuthorAge
* Issue #1894 - Part 7: Update testsFranklinDM2022-05-21
* Issue #1658 - Part 8: Update testsFranklinDM2022-05-04
* Issue #1738 - Part 1: Improve performance of JSON stringifyMoonchild2021-02-11
* Update tzdata to 2021aMoonchild2021-02-10
* Issue #1732 - Implement JSON superset proposal.Moonchild2021-02-05
* Issue #1726 - Add verification test for string.replaceAll()Moonchild2021-02-04
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
* Issue #1465 - Implement optional catch binding.wolfbeast2020-02-27
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17
* Bug 1331092 - Part 1: Add Symbol.asyncIterator.Gaming4JC2019-12-17
* Bug 1317389: Change property attributes for generator and async functions to ...Gaming4JC2019-12-17
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17
* Bug 1317376 - Part 2: Detect Promise self-resolution when resolving through t...Gaming4JC2019-12-17
* Issue #1257 - Part 3: Remove/update tests.wolfbeast2019-10-27
* No issue - Update TZ data to 2019cwolfbeast2019-10-02
* 1353691 - Report SyntaxError when arrow function has await-identifier in asyn...Gaming4JC2019-07-18
* 1339395 - Part 5: Add Reflect.parse tests for object rest and spread properties.Gaming4JC2019-07-18
* 1357483 - Stop changing the end position of parenthesized expression ParseNodes.Gaming4JC2019-07-18
* 1317387: The intrinsic %ThrowTypeError% function should be frozen.Gaming4JC2019-07-18
* 1340089 - Check the binding name in comprehensionFor.Gaming4JC2019-07-18
* 1339137 - Don't do Annex B lexical function behavior when redeclaring a param...Gaming4JC2019-07-18
* 1175823 - Import test262 mapped arguments tests.Gaming4JC2019-07-18
* 1317375 - Implement "Template Literals Revision / Lifting Template Literal Re...Gaming4JC2019-07-18
* 1317374 - Don't do Annex B lexical function behavior when redeclaring a param...Gaming4JC2019-07-18
* 1325606 - Return wrapped async function from caller property.Gaming4JC2019-07-18
* 1325473 - A TypeError should be thrown when accessing 'arguments' or 'caller'...Gaming4JC2019-07-18
* 636635 - Do not create named lambda binding for a function created by Functio...Gaming4JC2019-07-18
* 1317379 - Disallow generator functions and async functions as direct children...Gaming4JC2019-07-18
* 1317153 - Provide better error message when errornous syntax possibly match "...Gaming4JC2019-07-18
* 1315815 - Don't treat async or await as a keyword when they contain escapes.Gaming4JC2019-07-18
* Update tzdata SpiderMonkey fileswolfbeast2019-06-15
* Add Atomics.notify instead of Atomics.wake according to revised spec.wolfbeast2019-06-12
* Implement array.flat and array.flatMapwolfbeast2019-05-19
* Remove Parser::reportBadReturnwolfbeast2019-04-06
* Stage 1-4: Update testsTooru Fujisawa2019-02-03
* Remove telemetry leftovers from JS engine.adeshkp2019-01-30
* Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07
* Update tzdata in ICU data files to 2018e.André Bargull2018-06-07
* Revert "Add pluralrules to JS Intl"wolfbeast2018-04-25
* Bug 1449574 - Update tzdata in ICU data files to 2018d. r=Waldo, a=RyanVMAndré Bargull2018-04-19
* Bug 1287677 - Add mozIntl.getDisplayNames APIjanekptacijarabaci2018-03-30
* Revert "Enable Array.prototype.values"wolfbeast2018-03-28
* Enable Array.prototype.valueswolfbeast2018-03-27
* Merge remote-tracking branch 'janek/js_regexp_lastindex_1'wolfbeast2018-03-27
|\
| * Bug 1317397: Only set lastIndex for global or sticky RegExps in RegExpBuiltin...janekptacijarabaci2018-03-24
| * Bug 1343375: Update RegExp.prototype.replace and .match to call ToLength(last...janekptacijarabaci2018-03-24
* | Bug 1360839 - Call IteratorClose due to abrupt completion from yieldjanekptacijarabaci2018-03-25
* | Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try...janekptacijarabaci2018-03-25
* | Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception du...janekptacijarabaci2018-03-25