[Webkit-unassigned] [Bug 80663] Array.prototype.toLocaleString visits elements in wrong order under certain conditions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 16:00:23 PST 2012


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





--- Comment #1 from Gavin Barraclough <barraclough at apple.com>  2012-03-09 16:00:24 PST ---
The bug here is actually that we're continuing to process the array after an exception has been thrown, and that the second value throw is overriding the first.

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