Delete --harmony-computed-property-names flag
authoradamk <adamk@chromium.org>
Wed, 5 Aug 2015 21:32:25 +0000 (14:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 5 Aug 2015 21:32:38 +0000 (21:32 +0000)
commitb7726c447a8528710f549ebeea21ff46ac90a43a
tree5a671be4733475526930e83056af17aee63eea50
parenteeb1149df9140cd81d4e1cbb2d87fe23661648fa
Delete --harmony-computed-property-names flag

It was shipped in V8 4.4.

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

Cr-Commit-Position: refs/heads/master@{#30038}
25 files changed:
src/bootstrapper.cc
src/flag-definitions.h
src/parser.cc
src/preparser.h
test/cctest/test-parsing.cc
test/mjsunit/es6/block-const-assign.js
test/mjsunit/es6/class-computed-property-names-super.js [new file with mode: 0644]
test/mjsunit/es6/computed-property-names-classes.js [new file with mode: 0644]
test/mjsunit/es6/computed-property-names-deopt.js [new file with mode: 0644]
test/mjsunit/es6/computed-property-names-object-literals-methods.js [new file with mode: 0644]
test/mjsunit/es6/computed-property-names-super.js [new file with mode: 0644]
test/mjsunit/es6/computed-property-names.js [new file with mode: 0644]
test/mjsunit/harmony/block-const-assign-sloppy.js
test/mjsunit/harmony/class-computed-property-names-super.js [deleted file]
test/mjsunit/harmony/computed-property-names-classes.js [deleted file]
test/mjsunit/harmony/computed-property-names-deopt.js [deleted file]
test/mjsunit/harmony/computed-property-names-object-literals-methods.js [deleted file]
test/mjsunit/harmony/computed-property-names-super.js [deleted file]
test/mjsunit/harmony/computed-property-names.js [deleted file]
test/mjsunit/harmony/destructuring-parameters-literalcount-nolazy.js
test/mjsunit/harmony/destructuring-parameters-literalcount.js
test/mjsunit/harmony/destructuring.js
test/mjsunit/harmony/regress/regress-crbug-451770.js
test/mjsunit/strong/declaration-after-use.js
test/mjsunit/strong/destructuring.js