[Webkit-unassigned] [Bug 237441] New: Fix broken SuspendExceptionScope and remove redundant VM::DeferExceptionScope.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 12:03:21 PST 2022


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

            Bug ID: 237441
           Summary: Fix broken SuspendExceptionScope and remove redundant
                    VM::DeferExceptionScope.
           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

SuspendExceptionScope was meant to do exactly the same things that VM::DeferExceptionScope does, except that SuspendExceptionScope hasn't been updated to handle exception handling via VMtraps bits.  This patch will fix SuspendExceptionScope to work like VM::DeferExceptionScope, and remove the now redundant VM::DeferExceptionScope.  SuspendExceptionScope is the better name here because the scope actually suspends any pending exception.  This is different from other Defer scopes where we prevent some new event from arising and defer the event to a later time.

-- 
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/20220303/aeb65b42/attachment.htm>


More information about the webkit-unassigned mailing list