[Webkit-unassigned] [Bug 171775] New: DeferredPromise::callFunction() should clear any unhandled exceptions.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 6 11:53:36 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=171775
Bug ID: 171775
Summary: DeferredPromise::callFunction() should clear any
unhandled exceptions.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
DeferredPromise::callFunction() is a private method and is only called by DeferredPromise::resolve() and DeferredPromise::reject(). Currently, all of the clients of resolve() and reject() are just ignoring any uncaught exceptions. So, callFunction() should just clear any uncaught exceptions before returning.
<rdar://problem/30975761>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170506/c025abb8/attachment-0001.html>
More information about the webkit-unassigned
mailing list