Comment #25 on issue 164 by [email protected]: Wrong order in Object properties interation
http://code.google.com/p/v8/issues/detail?id=164
@hallvors: thanks for the heads up. This crazy 'no-bug' problem is getting on my nerves as I need to do a whole bunch of re-writing. I'll just go ahead and implement the 'workaround' and change my applications for every browser at once.
@timdown: If I write a SortedMap in JavaScript and put in ("1","Z") and ("2","A") ( or ("2","A") and ("1","Z") - it shouldn't matter ), I expect iteration over the keyset to return me (1),(2) and never (2),(1).
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
