[Webkit-unassigned] [Bug 74718] New: Remove the `value' argument to op_push_new_scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 16 07:23:33 PST 2011


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

           Summary: Remove the `value' argument to op_push_new_scope
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wingo at igalia.com


Quoth the changelog:

        For exception scopes, instead of pushing a scope with a value
        already set in it, push a fresh scope and use op_put_scoped_var to
        bind the var.  This will allow op_push_new_scope to be used for
        multi-variable scopes, like ES6 block scopes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list