Promote ArrayBuffer, DataView and typed arrays to non-experimental.
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 20 Aug 2013 00:48:25 +0000 (00:48 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 20 Aug 2013 00:48:25 +0000 (00:48 +0000)
commit62505a39012514a43c12bb0209d8ab0c570eeef1
treea7ba11b493bb9813209773e0924e782512914d2a
parentca9a3c71a1da6a0960c581f2a88e88d52fc93349
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
BUG=270527

Committed: https://code.google.com/p/v8/source/detail?r=16137

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16228 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