[Webkit-unassigned] [Bug 74507] New: Minor refactor to Parser::parseTryStatement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 08:37:05 PST 2011


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

           Summary: Minor refactor to Parser::parseTryStatement
           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


Currently, the parser binds an identifier for the exception of a `catch' block by going directly to the scope object.  The patch to be attached makes it use the Parser object's method.  This will facilitate future checks for conflicting block-scoped bindings.

-- 
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