I've filed http://code.google.com/p/v8/issues/detail?id=344.
On Tue, May 12, 2009 at 5:44 PM, Ojan Vafai <[email protected]> wrote: > I was just asked about this by an engineer on the team I'm working with. > I'm a bit confused. This new behavior doesn't match WebKit nightlies. Was > this a temporary JSC behavior that got reverted? > Should I file a bug here? > > Ojan > > > On Thu, Apr 16, 2009 at 9:13 PM, <[email protected]> wrote: > >> >> Reviewers: Kasper Lund, >> >> Description: >> Change the enumeration order for unsigned integer keys to always be >> numerical order independently of the representation of the object. >> >> Exchanged the order of enumeration of integer and string keys so >> integer keys are first instead of string keys to better match >> WebKit/JSC behavior. >> >> Added test cases that document our enumeration order choice. >> >> Please review this at http://codereview.chromium.org/75035 >> >> SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ >> >> Affected files: >> M src/handles.cc >> M src/objects.h >> M src/objects.cc >> M test/cctest/test-api.cc >> M test/mjsunit/enumeration-order.js >> >> >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
