[Webkit-unassigned] [Bug 26978] New: valueOf called in wrong order in atan2 and date constructors.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 5 07:54:53 PDT 2009


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

           Summary: valueOf called in wrong order in atan2 and date
                    constructors.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: erikcorry at google.com


The attached js file should produce

onetwo
1234567
1234567

instead it produces

twoone
12345671234567
12345671234567

Replace 'print' with 'alert' to use it in a browser instead of standalone jsc.

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