Revert of ES6 computed property names (patchset #1 id:1 of https://codereview.chromiu...
authorarv <arv@chromium.org>
Tue, 16 Dec 2014 19:38:46 +0000 (11:38 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Dec 2014 19:38:59 +0000 (19:38 +0000)
commit5f22fdd5ae60c7de27f165e673524863a6943ccc
treee8f04f7657791189487729762a60d4232a61e26a
parent7de59337597d2b8a63c1f5988fb6dfe01d841af1
Revert of ES6 computed property names (patchset #1 id:1 of https://codereview.chromium.org/807173002/)

Reason for revert:
Crashes Win32. It was not flake.

Original issue's description:
> ES6 computed property names
>
> This adds support for computed property names, under the flag
> --harmony-computed-property-names, for both object literals and
> classes.
>
> This is a revert of the revert, a76419f0f497db156eb1010e9b4be398951280cb with
> no changes. I cannot reproduce the issue on Win8.1 or WinXP. Letting the bots
> try again.
>
> BUG=v8:3754
> LOG=Y
> TBR=dslomov@chromium.org

TBR=dslomov@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=v8:3754

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

Cr-Commit-Position: refs/heads/master@{#25853}
28 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ast-numbering.cc
src/ast.cc
src/ast.h
src/bailout-reason.h
src/bootstrapper.cc
src/builtins.h
src/compiler/ast-graph-builder.cc
src/flag-definitions.h
src/full-codegen.cc
src/full-codegen.h
src/hydrogen.cc
src/ia32/full-codegen-ia32.cc
src/parser.cc
src/parser.h
src/preparser.cc
src/preparser.h
src/runtime.js
src/runtime/runtime-classes.cc
src/runtime/runtime-object.cc
src/runtime/runtime.h
src/typing.cc
src/x64/full-codegen-x64.cc
test/cctest/test-parsing.cc
test/mjsunit/harmony/computed-property-names-classes.js [deleted file]
test/mjsunit/harmony/computed-property-names-object-literals-methods.js [deleted file]
test/mjsunit/harmony/computed-property-names.js [deleted file]