Update typed arrays behavior to match ES6 rev 15. Remove TO_POSITIVE_INTEGER and...
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Jun 2013 13:58:52 +0000 (13:58 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Jun 2013 13:58:52 +0000 (13:58 +0000)
commite6e0ee07089fb85909ae85cc43512a83154bc1e2
treed72f10c5990387ba523cb51351175e66cb3af9a9
parent8db56239a0cc2d8b8e2c94ac6bf712133a0a0ac8
Update typed arrays behavior to match ES6 rev 15. Remove TO_POSITIVE_INTEGER and throw on negative length arguments.

R=rossberg@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15298 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arraybuffer.js
src/macros.py
src/messages.js
src/runtime.js
src/typedarray.js
test/mjsunit/harmony/dataview-accessors.js
test/mjsunit/harmony/typedarrays.js