Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1894 - Part 1: Implement coalesce JS opcode | FranklinDM | 2022-05-21 |
| | | | | Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1566141 | ||
* | Issue #1656 - Part 7: Nuke vim config lines in JS | Moonchild | 2020-09-24 |
| | |||
* | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-02-23 |
| | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | ||
* | Bug 1331092 - Part 7: Implement Async Generator yield*. | Gaming4JC | 2019-12-17 |
| | | | | Tag #1287 | ||
* | Bug 1331092 - Part 2: Implement Async Generator except yield*. | Gaming4JC | 2019-12-17 |
| | | | | Tag #1287 | ||
* | Bug 1316098 - Optimize out result object allocation for await/return in ↵ | Gaming4JC | 2019-12-17 |
| | | | | | | async function. Tag #1287 | ||
* | Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to ↵ | Gaming4JC | 2019-12-17 |
| | | | | | | {yieldAndAwaitIndex,yieldAndAwaitOffset}. Tag #1287 | ||
* | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵ | Gaming4JC | 2019-07-18 |
| | | | | return value. | ||
* | Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again. | wolfbeast | 2019-06-18 |
| | |||
* | Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring ↵ | janekptacijarabaci | 2018-03-25 |
| | | | | | | iterator close trynote Issue #74 | ||
* | Bug 1342553, Bug 1343072, Bug 1344753 (details in the description) | janekptacijarabaci | 2018-03-25 |
| | | | | | | | | | | Bug 1342553 - Part 0.1: Use try-catch for IteratorClose in for-of Bug 1343072 - Update HasLiveStackValueAtDepth to follow the change in JSTRY_FOR_OF Bug 1344753 - Update for-of stack depth in ControlFlowGenerator::processWhileOrForInLoop Issue #74 | ||
* | Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield* | janekptacijarabaci | 2018-03-24 |
| | | | | Issue #74 | ||
* | Bug 1204028: Evaluate LHS reference before RHS in destructuring | janekptacijarabaci | 2018-03-20 |
| | | | | | Issue #73 [Depends on] Bug 1147371: Implement IteratorClose | ||
* | Part 1: Implement ES6 function name property semantics | janekptacijarabaci | 2018-03-19 |
| | | | | Issue #78 | ||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |