[Webkit-unassigned] [Bug 35801] console.log object maps are read when you open the treeview on the console, not when they're output in the console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 13:05:01 PST 2012


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


Nick S <nschubach at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nschubach at gmail.com




--- Comment #9 from Nick S <nschubach at gmail.com>  2012-02-10 13:05:00 PST ---
Here is another example of unexpected output for console.log()

http://jsfiddle.net/MeuXt/2/

You can see that toString() makes it output the correct value, but if you were to run that code without the toString(), you'd think that the array was somehow magically updated before the code was run on it.

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