summaryrefslogtreecommitdiff
path: root/js/src/vm/Interpreter.cpp
Commit message (Expand)AuthorAge
* [JS:Engine] Remove the use of tagged shape pointersMatt A. Tobin2022-05-29
* [JS:Engine] Implement support for nullish coalescing in the JS parserFranklinDM2022-05-27
* Issue mcp-graveyard/UXP%1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Revert %1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23
* Revert %1137 - Remove unboxed arrayswolfbeast2020-02-23
* Revert %1142 - Remove unboxed objectswolfbeast2020-02-22
* Bug 1331092 - Part 7: Implement Async Generator yield*.Gaming4JC2019-12-17
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...Gaming4JC2019-12-17
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...Gaming4JC2019-07-18
* 1216630 - Print class source when calling toString on the constructor.Gaming4JC2019-07-18
* 1320408 - Part 12: Change JSScript::sourceData to static method.Gaming4JC2019-07-18
* 1320408 - Part 9: Change JSObject::setFlags and depending methods to static m...Gaming4JC2019-07-18
* 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18
* Remove Unboxed Object code from /vm, Part 3.wolfbeast2019-06-25
* Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.wolfbeast2019-06-18
* Remove and clean up more code.wolfbeast2019-06-18
* Remove UnboxedArray code part 2wolfbeast2019-05-23
* Remove Unboxed Objects from vm/ Part 1 + fix deprotwolfbeast2019-05-16
* Align `instanceof` with the final ES6 spec.wolfbeast2019-02-07
* Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring it...janekptacijarabaci2018-03-25
* Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try...janekptacijarabaci2018-03-25
* Bug 1342553, Bug 1343072, Bug 1344753 (details in the description)janekptacijarabaci2018-03-25
* Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception du...janekptacijarabaci2018-03-25
* Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield*janekptacijarabaci2018-03-24
* Bug 1147371: Implement IteratorClose for array destructuringjanekptacijarabaci2018-03-24
* Bug 1147371: Implement IteratorClose for for-ofjanekptacijarabaci2018-03-24
* Bug 1204028: Evaluate LHS reference before RHS in destructuringjanekptacijarabaci2018-03-20
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19
* Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScriptjanekptacijarabaci2018-03-19
* Remove VerifyBarriers() and MaybeVerifyBarriers() stubs and callers.wolfbeast2018-02-03
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02