summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/Promise.h
Commit message (Collapse)AuthorAgeLines
* Bug 1331092 - Part 7: Implement Async Generator yield*.Gaming4JC2019-12-17-0/+3
| | | | Tag #1287
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17-0/+17
| | | | Tag #1287
* Bug 336705 - Part 1: Support creating and resolving Promises without ↵Gaming4JC2019-12-17-0/+2
| | | | | | | | resolve/reject functions. Useful for internally-created Promises that'll only ever be resolved/rejected internally. Tag #1287
* Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12-0/+8
| | | | This resolves #1283.
* 1320408 - Part 21: Change PromiseObject::onSettled to static method.Gaming4JC2019-07-18-1/+1
|
* 1320408 - Part 20: Change PromiseObject::resolve and PromiseObject::reject ↵Gaming4JC2019-07-18-2/+4
| | | | to static method.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+191