Comment #1 on issue 422 by [email protected]: Order of object properties in a for..in loop is not in insertion order http://code.google.com/p/v8/issues/detail?id=422
Just a quick comment: The latest V8 doesn't have the behavior you mention. It sorts the properties with array-index keys before iterating over them and thus it returns the string you expect (but not because they were inserted in that order). So the question is: Which version of Chrome/V8 are you running? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
