Fix deopts causing uninitialized fixed typed arrays.
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 28 Mar 2014 08:59:46 +0000 (08:59 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 28 Mar 2014 08:59:46 +0000 (08:59 +0000)
commit0d1b90f8aa3c11e88028e2b53e32b84a9b44f99c
tree7bb1269fe29f2e6bf5e052652c6cef902ef03f7d
parent6781deae0aab9732b59a54082a3748ed59be7fa0
Fix deopts causing uninitialized fixed typed arrays.

The deopt will not happen in production code, since we check that
lengths of fixed typed arrays are smis before calling
TypedArrayInitialze, but that makes deopt bot happy.

R=svenpanne@chromium.org

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

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