Bug 176006 - Promise.prototype.finally should perform PromiseResolve
Summary: Promise.prototype.finally should perform PromiseResolve
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Trivial
Assignee: Alexey Shvayka
URL:
Keywords: InRadar, WebExposed
Depends on:
Blocks:
 
Reported: 2017-08-26 04:40 PDT by GSkachkov
Modified: 2020-09-10 16:03 PDT (History)
11 users (show)

See Also:


Attachments
Patch (3.93 KB, patch)
2020-09-03 12:08 PDT, Alexey Shvayka
ysuzuki: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description GSkachkov 2017-08-26 04:40:00 PDT
Reflect change in PromiseResolve
https://github.com/tc39/proposal-promise-finally/issues/37#event-1222201172
Comment 1 Jordan Harband 2017-08-26 13:44:53 PDT
Thanks for filing this.

Hopefully this is a minor change, and allows for a slight perf boost.
Comment 2 Alexey Shvayka 2020-09-03 12:08:41 PDT
Created attachment 407905 [details]
Patch
Comment 3 Alexey Shvayka 2020-09-03 12:10:36 PDT
Test262 coverage is coming in https://github.com/tc39/test262/pull/2752.
Comment 4 Yusuke Suzuki 2020-09-03 12:13:23 PDT
Comment on attachment 407905 [details]
Patch

r=me
Comment 5 Alexey Shvayka 2020-09-10 16:03:02 PDT
Committed r266896: <https://trac.webkit.org/changeset/266896>
Comment 6 Radar WebKit Bug Importer 2020-09-10 16:03:18 PDT
<rdar://problem/68670458>