Fix bug in __proto__ assignment transition cache where we forget the next enumeration...
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Jun 2012 12:07:46 +0000 (12:07 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Jun 2012 12:07:46 +0000 (12:07 +0000)
commit0a856e0bd7dc35672aab85b40b28270e29246eff
treebadd5d849b623c68118b26a91f537a63f74d6ba6
parent1245aaf3bc2ac3df492ed23b9c9f99156f9420cd
Fix bug in __proto__ assignment transition cache where we forget the next enumeration index resulting in wrong iteration order.
Review URL: https://chromiumcodereview.appspot.com/10515006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11706 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/objects.cc
test/mjsunit/regress/regress-iteration-order.js [new file with mode: 0644]