summaryrefslogtreecommitdiff
path: root/js/src/vm/GeneratorObject.cpp
Commit message (Expand)AuthorAge
* Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
* Issue #2213 - Follow-up: Fix derieved Generator prototypes after previous changeMartok2023-04-30
* No issue - Correct handling of async (arrow) functions declared inside constr...Martok2023-04-23
* Issue #2099 - Remove unnecessary cast in GeneratorObject::suspend's do loop.Job Bautista2023-01-31
* Issue #2089 - Avoid copying/recreating iterator result, AsyncGeneratorRequest...Martok2023-01-22
* Issue #2089 - Use JS engine stack if necessary when reporting errorsMartok2023-01-22
* Issue #1742 - Part 3: use JS::PropertyResult instead of Shape*Moonchild2022-05-24
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Bug 1317389: Change property attributes for generator and async functions to ...Gaming4JC2019-12-17
* Bug 1343481 - Part 4: Add Add GeneratorObject.{isAfterYield,isAfterAwait}.Gaming4JC2019-12-17
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...Gaming4JC2019-12-17
* Bug 1343481 - Part 2: Stop using StarGegerator for async function.Gaming4JC2019-12-17
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18
* 1320408 - Part 9: Change JSObject::setFlags and depending methods to static m...Gaming4JC2019-07-18
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02