Bug 169908 - [JSC] Add JSPromiseDeferred::reject(ExecState*, Exception*) interface
Summary: [JSC] Add JSPromiseDeferred::reject(ExecState*, Exception*) interface
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-21 00:39 PDT by Yusuke Suzuki
Modified: 2017-03-21 04:17 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.92 KB, patch)
2017-03-21 00:41 PDT, Yusuke Suzuki
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2017-03-21 00:39:55 PDT
[JSC] Add JSPromiseDeferred::reject(ExecState*, Exception*) interface
Comment 1 Yusuke Suzuki 2017-03-21 00:41:25 PDT
Created attachment 304993 [details]
Patch
Comment 2 Yusuke Suzuki 2017-03-21 04:17:06 PDT
Committed r214218: <http://trac.webkit.org/changeset/214218>