[Webkit-unassigned] [Bug 145522] New: Track exception values and stack trace together in an Exception object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 13:25:09 PDT 2015


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

            Bug ID: 145522
           Summary: Track exception values and stack trace together in an
                    Exception object
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

We currently track exceptions as 2 values in the VM: m_exception (the thrown JSValue) and m_exceptionStack (a capture of the stack trace at the time of throw).  This increases the complexity of having to keep the 2 values in sync every time we throw, clear, stash away, and restore exceptions.  We should introduce an Exception object to better encapsulate all the state pertaining to an exception throwing event.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150601/f6f6c799/attachment.html>


More information about the webkit-unassigned mailing list