Promote ArrayBuffer, DataView and typed arrays to non-experimental.
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 9 Aug 2013 15:57:31 +0000 (15:57 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 9 Aug 2013 15:57:31 +0000 (15:57 +0000)
commit30375b093782e76b75f772e0422090c4019effe5
tree87ec185614ae00fb3d4d07d23c51e0964bde0ca9
parent6989edf7712d684e18230fc49f5136f556cec97e
Promote ArrayBuffer, DataView and typed arrays to non-experimental.

The primary reason for this change is to bake these guys into the
snapshot.

Flag definitions (--harmony-typed-arrays, --harmony-array-buffer) are
still there so that Blink does not complain, but they are noop and
default to true.

R=mstarzinger@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16137 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/bootstrapper.cc
src/d8.cc
src/flag-definitions.h
test/cctest/cctest.cc
test/cctest/test-api.cc
test/cctest/test-heap.cc
tools/gyp/v8.gyp