Issue 6: Chrome/V8 breaks Prototype JavaScript library http://code.google.com/p/v8/issues/detail?id=6
Comment #18 by [EMAIL PROTECTED]: You can use for .. in on objects, but the order is not guaranteed. It is part of the spec. However, in practice, every browser enumerates properties in the adding order, exception when you do 'deletion', 'insertion', etc. V8 tries to behave the same in common simple case. -- 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 -~----------~----~----~----~------~----~------~--~---
