[Webkit-unassigned] [Bug 224490] New: Use a JSString for the TerminationException value instead of a Symbol.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 09:57:04 PDT 2021


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

            Bug ID: 224490
           Summary: Use a JSString for the TerminationException value
                    instead of a Symbol.
           Product: WebKit
           Version: WebKit 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

This makes it convertible to a String for clients that wish to report the exception.  Clients, in this case, does not apply to JS code, only C++ code that catches the exception at the outermost point to handle the termination.  The TerminationException value is not visible to JS code because the TerminationException cannot be caught.  So, this change is transparent to JS code.

-- 
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/20210413/1d36d620/attachment.htm>


More information about the webkit-unassigned mailing list