Limit the size for typed arrays to MaxSmi.
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 15 Nov 2013 16:09:56 +0000 (16:09 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 15 Nov 2013 16:09:56 +0000 (16:09 +0000)
commit09ca1318ab58c0c2c5e754adff416fde8dfe13a6
tree1741957b1f116dfd7cd045de48470e72e803c35c
parentedb648277a103c35569bd44b79f2e84b388b0bb3
Limit the size for typed arrays to MaxSmi.

R=jkummerow@chromium.org
LOG=Y
BUG=319722

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17798 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/d8.cc
src/runtime.cc
src/runtime.h
src/typedarray.js
test/mjsunit/regress/regress-319722-ArrayBuffer.js [new file with mode: 0644]
test/mjsunit/regress/regress-319722-TypedArrays.js [new file with mode: 0644]