[Webkit-unassigned] [Bug 59289] New: Assigning to function identifier under strict should throw

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 23 19:59:00 PDT 2011


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

           Summary: Assigning to function identifier under strict should
                    throw
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://kangax.github.com/es5-compat-table/strict-mode/
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kangax at gmail.com
                CC: oliver at apple.com


`(function f() { f = 123; })()` should be a TypeError under strict mode but currently isn't. FF4 and IE10 both comply on this one.

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