Comment #22 on issue 164 by timdown: Wrong order in Object properties interation
http://code.google.com/p/v8/issues/detail?id=164

Code (whether in "frameworks" or elsewhere) relying on a particular iteration order of object of properties is simply wrong. The ECMAScript spec has always been very clear on this. It's perfectly possible to work around and that's exactly what library developers should have done in the first place: programming to observed but unspecified browser behaviour when there is a guaranteed workaround is just a bad idea. "WorkingAsIntended" is correct for this bug.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to