Implement .of() on typed arrays
authorAdrian Perez <aperez@igalia.com>
Thu, 13 Nov 2014 11:20:01 +0000 (12:20 +0100)
committerAndy Wingo <wingo@igalia.com>
Thu, 13 Nov 2014 11:20:13 +0000 (11:20 +0000)
commitddcd08b1d1c07bf0a9c0d619068f0225972bf3c6
tree8f23a91c1993425591bea6ee7093f41f93359068
parentbc8c41c08d64f5d051ae82db54d59ae2a167f430
Implement .of() on typed arrays

BUG=v8:3578
LOG=Y
R=dslomov@chromium.org, wingo@igalia.com

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

Patch from Adrian Perez <aperez@igalia.com>.

Cr-Commit-Position: refs/heads/master@{#25325}
src/harmony-typedarray.js
test/mjsunit/harmony/typedarrays-of.js [new file with mode: 0644]