summaryrefslogtreecommitdiffstats
path: root/js/src/vm/Opcodes.h
Commit message (Collapse)AuthorAgeLines
* Revert #1137 - Remove unboxed arrayswolfbeast2020-04-14-1/+11
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Bug 1331092 - Part 7: Implement Async Generator yield*.Gaming4JC2019-12-17-1/+9
| | | | Tag #1287
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17-1/+9
| | | | Tag #1287
* Bug 1316098 - Optimize out result object allocation for await/return in ↵Gaming4JC2019-12-17-3/+3
| | | | | | async function. Tag #1287
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to ↵Gaming4JC2019-12-17-3/+11
| | | | | | {yieldAndAwaitIndex,yieldAndAwaitOffset}. Tag #1287
* 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵Gaming4JC2019-07-18-2/+11
| | | | return value.
* Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.wolfbeast2019-06-18-11/+1
|
* Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring ↵janekptacijarabaci2018-03-25-1/+10
| | | | | | iterator close trynote Issue #74
* Bug 1342553, Bug 1343072, Bug 1344753 (details in the description)janekptacijarabaci2018-03-25-1/+10
| | | | | | | | | | 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*janekptacijarabaci2018-03-24-2/+10
| | | | Issue #74
* Bug 1204028: Evaluate LHS reference before RHS in destructuringjanekptacijarabaci2018-03-20-2/+8
| | | | | Issue #73 [Depends on] Bug 1147371: Implement IteratorClose
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-1/+10
| | | | Issue #78
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2314