Properly handle FastDoubleArrays in Runtime_MoveArrayContents
authordanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 2 Aug 2011 09:28:55 +0000 (09:28 +0000)
committerdanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 2 Aug 2011 09:28:55 +0000 (09:28 +0000)
commit008f834117d0f506bdb9398c86ea05549eda0e44
tree5710cd3bb68f3aac9dcd78c2c11f58b76b04e002
parent6bc1aa0db20a8f05f53d104d63b1277a72d8098b
Properly handle FastDoubleArrays in Runtime_MoveArrayContents

BUG=91013
TEST=regress91013.js

Review URL: http://codereview.chromium.org/7551004

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