[Webkit-unassigned] [Bug 28797] New: JSON Stringifier does not follow ES5 spec for handling of Number, String and Boolean objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 22:47:16 PDT 2009


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

           Summary: JSON Stringifier does not follow ES5 spec for handling
                    of Number, String and Boolean objects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com


The JSON Stringifier currently just pulls the wrapped primitive from Number,
String, and Boolean objects, rather than calling toNumber, toString, and
toPrimitive as specified.

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