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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 15:00:04 PDT 2011


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


Jeff Walden (remove +bwo to email) <jwalden+bwo at mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jwalden+bwo at mit.edu




--- Comment #1 from Jeff Walden (remove +bwo to email) <jwalden+bwo at mit.edu>  2011-03-16 15:00:05 PST ---
I'm assuming you meant "[object Arguments]" and "[object Object]" for those.

ES5 now specifies the [[Class]] of arguments objects is "Arguments", so WebKit now has the correct behavior.  I'll leave it to someone actually hacking on JSC to resolve this as the correct behavior.

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