[Webkit-unassigned] [Bug 224295] New: Rename and make the TerminationException a singleton.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 11:11:54 PDT 2021


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

            Bug ID: 224295
           Summary: Rename and make the TerminationException a singleton.
           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

We previously call it the TerminatedExecutionException, which is a mouthful but adds no meaningful information.

We can make it a singleton because the TerminationException is just a VM internal mechanism for implementing the termination of the current execution stack.  It should never be exposed to user JS code, and therefore, there is no value in making it a JS object.  Making it a singleton simplifies the 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/20210407/e88c5f70/attachment.htm>


More information about the webkit-unassigned mailing list