Comment #78 on issue 164 by [email protected]: Wrong order in Object properties interation
http://code.google.com/p/v8/issues/detail?id=164
I have not seen this real case: If I run the following MySQL query and export it to a JSON object SELECT id, name FROM table ORDER BY name ASC V8 will simply make the "ORDER BY" statement run in vain... Is this a "Working As Intended" behavior? -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
