Promote ArrayBuffer, DataView and typed arrays to non-experimental.
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 20 Aug 2013 13:55:52 +0000 (13:55 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 20 Aug 2013 13:55:52 +0000 (13:55 +0000)
commit02fdc4114f719570034d718a14ba8ae0adf87b2d
tree41adb92890f71033b02832c5eca4d05fa760d236
parent9b8c71ea6d0241e7a15d79f5d3032a5695580fe9
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

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

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

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