Status: New Owner: ---- New issue 344 by [email protected]: Enumeration order does not match WebKit nightlies http://code.google.com/p/v8/issues/detail?id=344
http://code.google.com/p/v8/source/detail?r=1722 changed the enumeration order on objects to match WebKit/JSC behavior better, but it doesn't actually match. WebKit nightlies (as well as FF/IE/etc) match the old behavior (enumerate in insertion order). Chrome trunk builds, now don't match. r1722 seems wrong. What inspired this change? http://www.plexode.com/cgi-bin/eval3.py#ht=&ohh=1&ohj=1&jt=var%20obj%20%3D%20%7B%0A%20%20'1'%3A%20'one'%2C%0A%20%20'd'%3A%20'two'%2C%0A%20%20'6'%3A%20'three'%2C%0A%20%20'a'%3A%20'four'%2C%0A%20%20'7'%3A%20'five'%2C%0A%20%20'z'%3A%20'six'%2C%0A%20%20'4'%3A%20'seven'%2C%0A%7D%3B%0A%0Avar%20results%20%3D%20''%3B%0Afor%20(var%20foo%20in%20obj)%20%7B%0A%20%20results%20%2B%3D%20obj%5Bfoo%5D%20%2B%20'%2C'%0A%7D&ojh=1&ojj=1&ms=100&oth=0&otj=0&cex=1 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
