[destructuring] More tests for object literal pattern
authordslomov <dslomov@chromium.org>
Mon, 18 May 2015 20:15:08 +0000 (13:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 18 May 2015 20:14:51 +0000 (20:14 +0000)
commitcf9492ddd818f336a9dc1269cdb7557ec709d12c
tree7854dca42fd91e38240ca77abb4df306d95af4be
parentcc3f59db556efe4e31813326510730cccafe801b
[destructuring] More tests for object literal pattern

R=arv@chromium.org,rossberg@chromium.org
BUG=v8:811
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#28457}
src/messages.h
src/parser.cc
src/parser.h
src/pattern-rewriter.cc
test/cctest/test-parsing.cc
test/message/destructuring-modify-const.js [new file with mode: 0644]
test/message/destructuring-modify-const.out [new file with mode: 0644]
test/mjsunit/harmony/destructuring.js