RESOLVED FIXED106891
Web Inspector: array grouping does not work for big and negative number keys
https://bugs.webkit.org/show_bug.cgi?id=106891
Summary Web Inspector: array grouping does not work for big and negative number keys
Andrey Adaikin
Reported 2013-01-15 04:48:14 PST
Patch to follow. Test case: var e = []; for (var i = 0; i < 10; ++i) e[i] = i; e[123] = 123; e[-123] = -123; e[4294967295] = 4294967295; e[4294967296] = 4294967296; console.dir(e);
Attachments
Patch (5.62 KB, patch)
2013-01-15 04:52 PST, Andrey Adaikin
no flags
Andrey Adaikin
Comment 1 2013-01-15 04:52:55 PST
WebKit Review Bot
Comment 2 2013-01-16 01:25:51 PST
Comment on attachment 182741 [details] Patch Clearing flags on attachment: 182741 Committed r139848: <http://trac.webkit.org/changeset/139848>
WebKit Review Bot
Comment 3 2013-01-16 01:25:54 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.