[Webkit-unassigned] [Bug 186221] throw/catch(e) abandons a Document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 2 09:49:42 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186221

Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ggaren at apple.com

--- Comment #6 from Geoffrey Garen <ggaren at apple.com> ---
Two promising places to clear lastException:

(1) ~JSLock()

(2) A zero-delay timer

The purpose of lastException is to provide an out-of-band accessor to the exception thrown by the current task / micro task. So, it's OK to throw it away after the task / micro task ends.

-- 
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/20180602/17b2c96f/attachment.html>


More information about the webkit-unassigned mailing list