Check that an index is in the range of 0 to array length in ArrayConcatVisitor.
authorfeng@chromium.org <feng@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 28 Oct 2008 17:23:10 +0000 (17:23 +0000)
committerfeng@chromium.org <feng@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 28 Oct 2008 17:23:10 +0000 (17:23 +0000)
commit6ac8e45528f2fe9f3d7c602a8bae49732b4cb7cf
tree29f4ffe7b667f40945b1a8c369d1eb42348a3647
parent91dffb0c4e797bcbe534b087a20d2e2404c82070
Check that an index is in the range of 0 to array length in ArrayConcatVisitor.
Elements out of range are discarded.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@628 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc