Comment #135 on issue 164 by [email protected]: Wrong order in Object
properties interation
https://code.google.com/p/v8/issues/detail?id=164
snarky comments might not be very helpful =) objects are essentially
dictionaries, and dictionaries are not ordered sets, and enumeration order
through these dictionaries is not really specified. If your users expect
ordered sets, the best thing to ask them to do is to use ordered sets
(there is a particular enumeration order of dictionaries, and it is
interoperable in some ways, but it's not something you should rely on just
because of the nature of the data structure)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.