| Commit message (Expand) | Author | Age | Lines |
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-04-14 | -1/+6 |
* | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-04-14 | -2/+14 |
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-04-14 | -0/+5 |
* | Bug 1331092 - Part 7: Implement Async Generator yield*. | Gaming4JC | 2019-12-17 | -1/+15 |
* | Bug 1331092 - Part 2: Implement Async Generator except yield*. | Gaming4JC | 2019-12-17 | -1/+13 |
* | Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {... | Gaming4JC | 2019-12-17 | -1/+1 |
* | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret... | Gaming4JC | 2019-07-18 | -2/+10 |
* | 1216630 - Print class source when calling toString on the constructor. | Gaming4JC | 2019-07-18 | -5/+20 |
* | 1320408 - Part 12: Change JSScript::sourceData to static method. | Gaming4JC | 2019-07-18 | -1/+1 |
* | 1320408 - Part 9: Change JSObject::setFlags and depending methods to static m... | Gaming4JC | 2019-07-18 | -1/+1 |
* | 1320408 - Part 4: Change JSObject::getGroup to static method. | Gaming4JC | 2019-07-18 | -1/+2 |
* | 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method. | Gaming4JC | 2019-07-18 | -3/+3 |
* | Remove Unboxed Object code from /vm, Part 3. | wolfbeast | 2019-06-25 | -5/+0 |
* | Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again. | wolfbeast | 2019-06-18 | -1/+1 |
* | Remove and clean up more code. | wolfbeast | 2019-06-18 | -4/+1 |
* | Remove UnboxedArray code part 2 | wolfbeast | 2019-05-23 | -9/+0 |
* | Remove Unboxed Objects from vm/ Part 1 + fix deprot | wolfbeast | 2019-05-16 | -6/+1 |
* | Align `instanceof` with the final ES6 spec. | wolfbeast | 2019-02-07 | -7/+7 |
* | Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring it... | janekptacijarabaci | 2018-03-25 | -1/+4 |
* | Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try... | janekptacijarabaci | 2018-03-25 | -0/+36 |
* | Bug 1342553, Bug 1343072, Bug 1344753 (details in the description) | janekptacijarabaci | 2018-03-25 | -12/+22 |
* | Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception du... | janekptacijarabaci | 2018-03-25 | -2/+3 |
* | Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield* | janekptacijarabaci | 2018-03-24 | -1/+11 |
* | Bug 1147371: Implement IteratorClose for array destructuring | janekptacijarabaci | 2018-03-24 | -9/+30 |
* | Bug 1147371: Implement IteratorClose for for-of | janekptacijarabaci | 2018-03-24 | -4/+15 |
* | Bug 1204028: Evaluate LHS reference before RHS in destructuring | janekptacijarabaci | 2018-03-20 | -1/+10 |
* | Part 1: Implement ES6 function name property semantics | janekptacijarabaci | 2018-03-19 | -5/+17 |
* | Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScript | janekptacijarabaci | 2018-03-19 | -2/+0 |
* | Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers. | wolfbeast | 2018-02-03 | -10/+0 |
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+5087 |