Comment #73 on issue 164 by vprice.ua: Wrong order in Object properties interation
http://code.google.com/p/v8/issues/detail?id=164
ECMAScript doesn't say nothing about order object properties and order for in iteration. But this standart doesn't specify that numeric key will be sorted on any object (Array too). no order does not mean the asc order for numeric keys and pasting them to the "begining". But rather means that, in the order in which they are created (as in many languages). Legally there are many questions
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
