summaryrefslogtreecommitdiffstats
path: root/js/src/vm/GeneratorObject.cpp
Commit message (Collapse)AuthorAgeLines
* Bug 1317389: Change property attributes for generator and async functions to ↵Gaming4JC2019-12-17-2/+6
| | | | | | match ES2015/2017. Tag #1287
* Bug 1343481 - Part 4: Add Add GeneratorObject.{isAfterYield,isAfterAwait}.Gaming4JC2019-12-17-0/+31
| | | | Tag #1287
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to ↵Gaming4JC2019-12-17-4/+8
| | | | | | {yieldAndAwaitIndex,yieldAndAwaitOffset}. Tag #1287
* Bug 1343481 - Part 2: Stop using StarGegerator for async function.Gaming4JC2019-12-17-1/+1
| | | | Tag #1287
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() ↵Gaming4JC2019-12-17-1/+2
| | | | | | method. Tag #1287
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18-5/+5
|
* 1320408 - Part 9: Change JSObject::setFlags and depending methods to static ↵Gaming4JC2019-07-18-2/+2
| | | | method.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+367