summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/Promise.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24-1/+0
|
* Bug 1379525 - Part 2: Properly handle rejection in async-from-sync iteration.Gaming4JC2019-12-17-1/+5
| | | | Tag #1287
* Bug 1379525 - Part 1: Await on the value before yielding or returning inside ↵Gaming4JC2019-12-17-152/+235
| | | | | | async generator. Tag #1287
* Bug 1355399 - Switch property retrieval in Async-from-Sync Iterator ↵Gaming4JC2019-12-17-5/+5
| | | | | | prototype methods. Tag #1287
* Bug 1331092 - Part 7: Implement Async Generator yield*.Gaming4JC2019-12-17-0/+159
| | | | Tag #1287
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17-2/+251
| | | | Tag #1287
* Bug 1343481 - Part 6: Add native functions wrapper for GetInternalError and ↵Gaming4JC2019-12-17-4/+2
| | | | | | GetTypeError. Tag #1287
* Bug 1343481 - Part 5: Rename AsyncFunction-related names in Promise.cpp to ↵Gaming4JC2019-12-17-18/+18
| | | | | | explicitly say Async Function. Tag #1287
* Bug 336705 - Part 1: Support creating and resolving Promises without ↵Gaming4JC2019-12-17-34/+46
| | | | | | | | resolve/reject functions. Useful for internally-created Promises that'll only ever be resolved/rejected internally. Tag #1287
* Bug 1317376 - Part 2: Detect Promise self-resolution when resolving through ↵Gaming4JC2019-12-17-18/+14
| | | | | | the Promise resolving fast path. Tag #1287
* Bug 1317376 - Part 1: Remove unreachable code and remnants from the ↵Gaming4JC2019-12-17-52/+41
| | | | | | self-hosted implementation. 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-4/+3
|
* 1320408 - Part 20: Change PromiseObject::resolve and PromiseObject::reject ↵Gaming4JC2019-07-18-10/+10
| | | | to static method.
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18-1/+1
|
* 1323324 - Part 1: Make Promise::unforgeable{Resolve,Reject} spec-compliant.Gaming4JC2019-07-18-58/+42
|
* Close iterator after error in Promise.{all,race}janekptacijarabaci2018-03-15-17/+36
| | | | Issue #17
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2794