Closed
Bug 1391781
Opened 7 years ago
Closed 7 years ago
async-iteration: yield Promise.reject(value) -> next() results in a rejected promise for value
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: leonardo.balter, Unassigned)
References
Details
(Whiteboard: [js:correctness])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36 Steps to reproduce: https://github.com/tc39/test262/pull/1057 This provides effects for the reviewed semantics in Async Generators.
Updated•7 years ago
|
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Looks like this was implemented at some point, because I don't see any exclusions for this feature in js/src/tests/jstests.list.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•