[Webkit-unassigned] [Bug 8742] New: duplicate keys in prototype chain

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu May 4 14:41:40 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8742

           Summary: duplicate keys in prototype chain
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://www.mochikit.com/examples/interpreter/index.html
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: macdome at opendarwin.org


http://www.mochikit.com/examples/interpreter/index.html

type:
a = {b: 1}; b = clone(a); b.b = 2; keys(b)

you'll note that keys shows [b, b], unlike firefox.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list