Description[promise] Async/await edge case spec compliance fix
- Don't read .constructor when returning a Promise from an async function.
Instead, call out to the internals of Promise.resolve directly.
This is done by adding back in an "optimization" from an earlier form of
the async/await code written by Caitlin Potter.
- Async functions always return a new Promise with a distinct identity,
even if they simply return another Promise.
R=caitp@igalia.com
BUG=v8:4483
Committed: https://crrev.com/7826bfa7893d3890122399088b927b08432e301c
Cr-Commit-Position: refs/heads/master@{#38404}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Always return a new promise from an async function #Patch Set 3 : Test for rejection #
Total comments: 1
Messages
Total messages: 20 (12 generated)
|