[Webkit-unassigned] [Bug 61014] New: Most built-in properties are not deletable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 18:50:30 PDT 2011


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

           Summary: Most built-in properties are not deletable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ggaren at apple.com
                CC: barraclough at apple.com


Our static hash tables don't allow for deleting properties. This is the cause of a bunch of expected failures in LayoutTests/sputnik.

For example:

delete Date.UTC // true
Date.UTC // function UTC() { [native code] }

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