x64 and ARM: Fix issue 2346 (order of operations in keyed store
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 25 Sep 2012 13:35:42 +0000 (13:35 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 25 Sep 2012 13:35:42 +0000 (13:35 +0000)
commit72e9f1bea1a103f3dd1696c51a30b0f8acc2f5dc
tree1e4f977df848b726cbd00d489e46737f48be7b43
parentb108180cd12e2f4dcdfa09fa4ebd317d2cccb4ad
x64 and ARM: Fix issue 2346 (order of operations in keyed store
on arrays) and turn get-own-property-descriptor.js test into
a regression test.
Review URL: https://chromiumcodereview.appspot.com/10985017

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12604 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/ic-arm.cc
src/builtins.cc
src/ia32/ic-ia32.cc
src/ic.h
src/x64/ic-x64.cc
test/mjsunit/regress/regress-2346.js [new file with mode: 0644]