Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1465 - Implement optional catch binding. | wolfbeast | 2020-02-27 | -1/+10 |
| | ||||
* | Bug 1331092 - Part 2: Implement Async Generator except yield*. | Gaming4JC | 2019-12-17 | -3/+0 |
| | | | | Tag #1287 | |||
* | Bug 1331092 - Part 1: Add Symbol.asyncIterator. | Gaming4JC | 2019-12-17 | -1/+2 |
| | | | | Tag #1287 | |||
* | Bug 1317389: Change property attributes for generator and async functions to ↵ | Gaming4JC | 2019-12-17 | -0/+187 |
| | | | | | | match ES2015/2017. Tag #1287 | |||
* | Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() ↵ | Gaming4JC | 2019-12-17 | -9/+6 |
| | | | | | | method. Tag #1287 | |||
* | Bug 1317376 - Part 2: Detect Promise self-resolution when resolving through ↵ | Gaming4JC | 2019-12-17 | -0/+20 |
| | | | | | | the Promise resolving fast path. Tag #1287 | |||
* | Issue #1257 - Part 3: Remove/update tests. | wolfbeast | 2019-10-27 | -1992/+0 |
| | | | | | | | This removes a ton of tests that are no longer relevant with (un)watch removed (e.g. testing stability/bugs in the watchpoint system itself which has never been the most stable), and updates others that would previously rely on watch/unwatch, so that they don't unexpectedly fail. | |||
* | No issue - Update TZ data to 2019c | wolfbeast | 2019-10-02 | -4/+4 |
| | ||||
* | 1353691 - Report SyntaxError when arrow function has await-identifier in ↵ | Gaming4JC | 2019-07-18 | -0/+94 |
| | | | | async function context. | |||
* | 1339395 - Part 5: Add Reflect.parse tests for object rest and spread properties. | Gaming4JC | 2019-07-18 | -0/+74 |
| | ||||
* | 1357483 - Stop changing the end position of parenthesized expression ParseNodes. | Gaming4JC | 2019-07-18 | -0/+8 |
| | ||||
* | 1317387: The intrinsic %ThrowTypeError% function should be frozen. | Gaming4JC | 2019-07-18 | -0/+16 |
| | ||||
* | 1340089 - Check the binding name in comprehensionFor. | Gaming4JC | 2019-07-18 | -0/+107 |
| | ||||
* | 1339137 - Don't do Annex B lexical function behavior when redeclaring a ↵ | Gaming4JC | 2019-07-18 | -0/+5 |
| | | | | parameter name in a function with parameter expressions. | |||
* | 1175823 - Import test262 mapped arguments tests. | Gaming4JC | 2019-07-18 | -27/+525 |
| | ||||
* | 1317375 - Implement "Template Literals Revision / Lifting Template Literal ↵ | Gaming4JC | 2019-07-18 | -0/+173 |
| | | | | Restriction" ECMAScript proposal | |||
* | 1317374 - Don't do Annex B lexical function behavior when redeclaring a ↵ | Gaming4JC | 2019-07-18 | -2/+18 |
| | | | | parameter name. | |||
* | 1325606 - Return wrapped async function from caller property. | Gaming4JC | 2019-07-18 | -0/+26 |
| | ||||
* | 1325473 - A TypeError should be thrown when accessing 'arguments' or ↵ | Gaming4JC | 2019-07-18 | -0/+43 |
| | | | | 'caller' on any of the new function types. | |||
* | 636635 - Do not create named lambda binding for a function created by ↵ | Gaming4JC | 2019-07-18 | -0/+11 |
| | | | | Function constructor. | |||
* | 1317379 - Disallow generator functions and async functions as direct ↵ | Gaming4JC | 2019-07-18 | -0/+25 |
| | | | | children of if/else. | |||
* | 1317153 - Provide better error message when errornous syntax possibly match ↵ | Gaming4JC | 2019-07-18 | -0/+16 |
| | | | | "await SOMETHING" outside async function. | |||
* | 1315815 - Don't treat async or await as a keyword when they contain escapes. | Gaming4JC | 2019-07-18 | -0/+54 |
| | ||||
* | Update tzdata SpiderMonkey files | wolfbeast | 2019-06-15 | -5/+6 |
| | ||||
* | Add Atomics.notify instead of Atomics.wake according to revised spec. | wolfbeast | 2019-06-12 | -3/+5 |
| | | | | | - Keep .wake as an alias until we're certain it can be removed. - Enable SAB memory | |||
* | Implement array.flat and array.flatMap | wolfbeast | 2019-05-19 | -0/+2 |
| | | | | | | Self-hosted implementation that adds both functions and adds them to @@unscopables as specced in ES2019. Resolves #1095 | |||
* | Remove Parser::reportBadReturn | wolfbeast | 2019-04-06 | -5/+5 |
| | | | | Report simpler errors that don't use the offset of a node as location. | |||
* | Stage 1-4: Update tests | Tooru Fujisawa | 2019-02-03 | -5/+375 |
| | ||||
* | Remove telemetry leftovers from JS engine. | adeshkp | 2019-01-30 | -1/+0 |
| | ||||
* | Refactor structured clone JSAPI to prevent mismatched scopes. | wolfbeast | 2018-06-07 | -4/+9 |
| | | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320. | |||
* | Update tzdata in ICU data files to 2018e. | André Bargull | 2018-06-07 | -4/+4 |
| | ||||
* | Revert "Add pluralrules to JS Intl" | wolfbeast | 2018-04-25 | -50/+0 |
| | | | | This reverts commit 7686bceecff17f91758c8c6547a78e71ff3a8c38. | |||
* | Bug 1449574 - Update tzdata in ICU data files to 2018d. r=Waldo, a=RyanVM | André Bargull | 2018-04-19 | -4/+4 |
| | ||||
* | Bug 1287677 - Add mozIntl.getDisplayNames API | janekptacijarabaci | 2018-03-30 | -0/+238 |
| | ||||
* | Revert "Enable Array.prototype.values" | wolfbeast | 2018-03-28 | -9/+11 |
| | | | | This reverts commit 424ed1b165e50f2e71c082c0c70fcda2a2764d18. | |||
* | Enable Array.prototype.values | wolfbeast | 2018-03-27 | -11/+9 |
| | | | | This resolves #85 | |||
* | Merge remote-tracking branch 'janek/js_regexp_lastindex_1' | wolfbeast | 2018-03-27 | -22/+510 |
|\ | ||||
| * | Bug 1317397: Only set lastIndex for global or sticky RegExps in ↵ | janekptacijarabaci | 2018-03-24 | -26/+342 |
| | | | | | | | | RegExpBuiltinExec per ES2017 | |||
| * | Bug 1343375: Update RegExp.prototype.replace and .match to call ↵ | janekptacijarabaci | 2018-03-24 | -0/+172 |
| | | | | | | | | | | | | ToLength(lastIndex) for non-global RegExp and handle recompilations [Depends on] Bug 1317397: Implement RegExp.lastIndex changes from ES2017 | |||
* | | Bug 1360839 - Call IteratorClose due to abrupt completion from yield | janekptacijarabaci | 2018-03-25 | -0/+58 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by ↵ | janekptacijarabaci | 2018-03-25 | -0/+35 |
| | | | | | | | | | | | | try statements inside for-of Issue #74 | |||
* | | Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception ↵ | janekptacijarabaci | 2018-03-25 | -0/+16 |
| | | | | | | | | | | | | during array destructuring Issue #74 | |||
* | | Bug 1338796 - Do not call iterator.return if iterator.throw is present in yield* | janekptacijarabaci | 2018-03-25 | -7/+38 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1334799 - Handle stack value in correct order when leaving for-of loop ↵ | janekptacijarabaci | 2018-03-25 | -4/+28 |
| | | | | | | | | | | | | from finally block Issue #74 | |||
* | | Bug 1332881 - Handle stack value in correct order when leaving loop and ↵ | janekptacijarabaci | 2018-03-25 | -0/+54 |
| | | | | | | | | | | | | try-finally Issue #74 | |||
* | | Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield* | janekptacijarabaci | 2018-03-24 | -13/+141 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1147371: Implement IteratorClose for array destructuring | janekptacijarabaci | 2018-03-24 | -0/+77 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1147371: Implement IteratorClose for for-of | janekptacijarabaci | 2018-03-24 | -15/+135 |
| | | | | | | | | Issue #74 | |||
* | | Bug 1204028: Evaluate LHS reference before RHS in destructuring | janekptacijarabaci | 2018-03-20 | -0/+1472 |
| | | | | | | | | | | Issue #73 [Depends on] Bug 1147371: Implement IteratorClose | |||
* | | Bug 1322314 - Do not emit ParseNode twice in ↵ | janekptacijarabaci | 2018-03-20 | -0/+25 |
|/ | | | | | | | BytecodeEmitter::emitDestructuringOpsArray Issue #73 [Depends on] Bug 1147371: Implement IteratorClose |