Implement .forEach() on typed arrays
authorwingo@igalia.com <wingo@igalia.com>
Thu, 16 Oct 2014 10:55:26 +0000 (10:55 +0000)
committerwingo@igalia.com <wingo@igalia.com>
Thu, 16 Oct 2014 10:55:26 +0000 (10:55 +0000)
commitee64a14b242b66022c070a57e8f50ed68cb7b57c
treece458caa50eed7882c5972f302da3431910b9287
parent15bc4aa2c881d17a098ed0366d981eabbcd237e5
Implement .forEach() on typed arrays

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

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

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24657 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
BUILD.gn
src/bootstrapper.cc
src/harmony-typedarray.js [new file with mode: 0644]
src/runtime/runtime-typedarray.cc
src/runtime/runtime.h
test/mjsunit/harmony/typedarrays-foreach.js [new file with mode: 0644]
tools/gyp/v8.gyp