Remove SmartMove, bringing Array methods further into spec compliance
authoradamk@chromium.org <adamk@chromium.org>
Wed, 15 Oct 2014 23:36:58 +0000 (23:36 +0000)
committeradamk@chromium.org <adamk@chromium.org>
Wed, 15 Oct 2014 23:36:58 +0000 (23:36 +0000)
commitbb885a79dbdcc6cd2b8925387248602b8368365b
tree068caa8b9049c23b607c81ff3b4bc1b976e9c5e1
parenta6ff3f7f4a9d89b54e0ea0a635e25fd158734e41
Remove SmartMove, bringing Array methods further into spec compliance

This is one step towards a single codepath for each method in array.js.

This patch is based on rafaelw's https://codereview.chromium.org/349073002

BUG=v8:2615
LOG=Y
R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/455933002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24647 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
test/mjsunit/array-functions-prototype-misc.js
test/mjsunit/array-natives-elements.js
test/mjsunit/array-shift2.js
test/mjsunit/array-unshift.js
test/mjsunit/bugs/bug-2615.js
test/mjsunit/regress/regress-2615.js [new file with mode: 0644]
test/mjsunit/regress/regress-crbug-412319.js