Bug 175180 - [JSC] Move core of unhandled promise tracker to JSC
Summary: [JSC] Move core of unhandled promise tracker to JSC
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-04 01:38 PDT by Yusuke Suzuki
Modified: 2017-08-04 14:38 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2017-08-04 01:38:34 PDT
By doing so, we can easily test it in JSC.
Moreover, we can write the test with `async`, and we can ensure there is no unhandled rejections in JSTests.