summaryrefslogtreecommitdiffstats
path: root/js/src/tests
Commit message (Expand)AuthorAgeLines
* 1353691 - Report SyntaxError when arrow function has await-identifier in asyn...Gaming4JC2019-07-18-0/+94
* 1339395 - Part 5: Add Reflect.parse tests for object rest and spread properties.Gaming4JC2019-07-18-0/+74
* 1357483 - Stop changing the end position of parenthesized expression ParseNodes.Gaming4JC2019-07-18-0/+8
* 1317387: The intrinsic %ThrowTypeError% function should be frozen.Gaming4JC2019-07-18-0/+16
* 1340089 - Check the binding name in comprehensionFor.Gaming4JC2019-07-18-0/+107
* 1339137 - Don't do Annex B lexical function behavior when redeclaring a param...Gaming4JC2019-07-18-0/+5
* 1175823 - Import test262 mapped arguments tests.Gaming4JC2019-07-18-27/+525
* 1317375 - Implement "Template Literals Revision / Lifting Template Literal Re...Gaming4JC2019-07-18-0/+173
* 1317374 - Don't do Annex B lexical function behavior when redeclaring a param...Gaming4JC2019-07-18-2/+18
* 1325606 - Return wrapped async function from caller property.Gaming4JC2019-07-18-0/+26
* 1325473 - A TypeError should be thrown when accessing 'arguments' or 'caller'...Gaming4JC2019-07-18-0/+43
* 636635 - Do not create named lambda binding for a function created by Functio...Gaming4JC2019-07-18-0/+11
* 1317379 - Disallow generator functions and async functions as direct children...Gaming4JC2019-07-18-0/+25
* 1317153 - Provide better error message when errornous syntax possibly match "...Gaming4JC2019-07-18-0/+16
* 1315815 - Don't treat async or await as a keyword when they contain escapes.Gaming4JC2019-07-18-0/+54
* Update tzdata SpiderMonkey fileswolfbeast2019-06-15-5/+6
* Add Atomics.notify instead of Atomics.wake according to revised spec.wolfbeast2019-06-12-3/+5
* Implement array.flat and array.flatMapwolfbeast2019-05-19-0/+2
* Remove Parser::reportBadReturnwolfbeast2019-04-06-5/+5
* Stage 1-4: Update testsTooru Fujisawa2019-02-03-5/+375
* Remove telemetry leftovers from JS engine.adeshkp2019-01-30-1/+0
* Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07-4/+9
* Update tzdata in ICU data files to 2018e.André Bargull2018-06-07-4/+4
* Revert "Add pluralrules to JS Intl"wolfbeast2018-04-25-50/+0
* Bug 1449574 - Update tzdata in ICU data files to 2018d. r=Waldo, a=RyanVMAndré Bargull2018-04-19-4/+4
* Bug 1287677 - Add mozIntl.getDisplayNames APIjanekptacijarabaci2018-03-30-0/+238
* Revert "Enable Array.prototype.values"wolfbeast2018-03-28-9/+11
* Enable Array.prototype.valueswolfbeast2018-03-27-11/+9
* Merge remote-tracking branch 'janek/js_regexp_lastindex_1'wolfbeast2018-03-27-22/+510
|\
| * Bug 1317397: Only set lastIndex for global or sticky RegExps in RegExpBuiltin...janekptacijarabaci2018-03-24-26/+342
| * Bug 1343375: Update RegExp.prototype.replace and .match to call ToLength(last...janekptacijarabaci2018-03-24-0/+172
* | Bug 1360839 - Call IteratorClose due to abrupt completion from yieldjanekptacijarabaci2018-03-25-0/+58
* | Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try...janekptacijarabaci2018-03-25-0/+35
* | Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception du...janekptacijarabaci2018-03-25-0/+16
* | Bug 1338796 - Do not call iterator.return if iterator.throw is present in yield*janekptacijarabaci2018-03-25-7/+38
* | Bug 1334799 - Handle stack value in correct order when leaving for-of loop fr...janekptacijarabaci2018-03-25-4/+28
* | Bug 1332881 - Handle stack value in correct order when leaving loop and try-f...janekptacijarabaci2018-03-25-0/+54
* | Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield*janekptacijarabaci2018-03-24-13/+141
* | Bug 1147371: Implement IteratorClose for array destructuringjanekptacijarabaci2018-03-24-0/+77
* | Bug 1147371: Implement IteratorClose for for-ofjanekptacijarabaci2018-03-24-15/+135
* | Bug 1204028: Evaluate LHS reference before RHS in destructuringjanekptacijarabaci2018-03-20-0/+1472
* | Bug 1322314 - Do not emit ParseNode twice in BytecodeEmitter::emitDestructuri...janekptacijarabaci2018-03-20-0/+25
|/
* Add support for the function `name` property.wolfbeast2018-03-20-16/+429
|\
| * Part 4: Fix existing testsjanekptacijarabaci2018-03-19-16/+17
| * Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-0/+384
| * Bug 1317309: Throw a TypeError when passing a Symbol value to ToAtomjanekptacijarabaci2018-03-19-0/+28
* | Testsjanekptacijarabaci2018-03-19-5/+32
|/
* Prototypes should be regular objects.wolfbeast2018-03-19-0/+59
|\
| * Bug 1320198: Land additional Error prototype testjanekptacijarabaci2018-03-17-0/+24
| * Testsjanekptacijarabaci2018-03-17-0/+35