[Webkit-unassigned] [Bug 26098] New: Object.prototype.toString on "arguments" is "[object] Arguments", not "[object] Object"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 30 14:39:17 PDT 2009


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

           Summary: Object.prototype.toString on "arguments" is "[object]
                    Arguments", not "[object] Object"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: diakopter at gmail.com


(function(){alert(Object.prototype.toString.call(arguments))})(1,2,3) in Webkit
gives "[object] Arguments", but in every other JavaScript implementation it's
[object] Object

I'm using r44164 on 528.17 on vista sp2 x64.

see this thread for some background and Brendan Eich's comments:
https://mail.mozilla.org/pipermail/es-discuss/2009-February/008898.html


-- 
Configure bugmail: https://bugs.webkit.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