Fix array concat to follow the specification in the presence of element getters.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 24 Feb 2011 14:00:52 +0000 (14:00 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 24 Feb 2011 14:00:52 +0000 (14:00 +0000)
commit68f1c73a0665f4fce3924ae55e31460e8d6c6967
treec8a1d1edcb4449180d365753bfd9ba5761e0f00b
parentef0f8985ed20e899b348a49fdbe703b265cb8fde
Fix array concat to follow the specification in the presence of element getters.

Also fix issue 1175 and 1177.

BUG=v8:1175

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6934 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
src/handles-inl.h
src/handles.h
src/objects-inl.h
src/runtime.cc
test/mjsunit/array-concat.js