[es6] Remove harmony-object-literal flag
authorarv <arv@chromium.org>
Fri, 26 Jun 2015 19:49:43 +0000 (12:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Jun 2015 19:49:53 +0000 (19:49 +0000)
commit47dd45c0ab585f7ea47b78f9e3a73c80e236d375
treed5b83354e984526a73fa6fda1b9311b227061774
parent3a1ef020cf8a5da2ec759a3bc630f3150d2490e4
[es6] Remove harmony-object-literal flag

And move tests to es6 directory

BUG=v8:3516
LOG=N
R=adamk@chromium.org, rossberg@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29334}
13 files changed:
src/bootstrapper.cc
src/flag-definitions.h
src/parser.cc
src/preparser.h
test/cctest/compiler/test-run-jsops.cc
test/cctest/test-api.cc
test/cctest/test-parsing.cc
test/mjsunit/es6/method-name-eval-arguments.js [moved from test/mjsunit/harmony/method-name-eval-arguments.js with 93% similarity]
test/mjsunit/es6/object-literals-method.js [moved from test/mjsunit/harmony/object-literals-method.js with 99% similarity]
test/mjsunit/es6/object-literals-property-shorthand.js [moved from test/mjsunit/harmony/object-literals-property-shorthand.js with 97% similarity]
test/mjsunit/harmony/computed-property-names-object-literals-methods.js
test/mjsunit/harmony/computed-property-names-super.js
test/mjsunit/regress/regress-parse-object-literal.js [deleted file]