summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/Promise.cpp
Commit message (Expand)AuthorAgeLines
* Bug 1379525 - Part 2: Properly handle rejection in async-from-sync iteration.Gaming4JC2019-12-17-1/+5
* Bug 1379525 - Part 1: Await on the value before yielding or returning inside ...Gaming4JC2019-12-17-152/+235
* Bug 1355399 - Switch property retrieval in Async-from-Sync Iterator prototype...Gaming4JC2019-12-17-5/+5
* Bug 1331092 - Part 7: Implement Async Generator yield*.Gaming4JC2019-12-17-0/+159
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17-2/+251
* Bug 1343481 - Part 6: Add native functions wrapper for GetInternalError and G...Gaming4JC2019-12-17-4/+2
* Bug 1343481 - Part 5: Rename AsyncFunction-related names in Promise.cpp to ex...Gaming4JC2019-12-17-18/+18
* Bug 336705 - Part 1: Support creating and resolving Promises without resolve/...Gaming4JC2019-12-17-34/+46
* Bug 1317376 - Part 2: Detect Promise self-resolution when resolving through t...Gaming4JC2019-12-17-18/+14
* Bug 1317376 - Part 1: Remove unreachable code and remnants from the self-host...Gaming4JC2019-12-17-52/+41
* Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12-0/+8
* 1320408 - Part 21: Change PromiseObject::onSettled to static method.Gaming4JC2019-07-18-4/+3
* 1320408 - Part 20: Change PromiseObject::resolve and PromiseObject::reject to...Gaming4JC2019-07-18-10/+10
* 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
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2794