[destructuring] Re-index materialized literals in arrow function parameters.
authordslomov <dslomov@chromium.org>
Fri, 26 Jun 2015 21:39:43 +0000 (14:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Jun 2015 21:39:53 +0000 (21:39 +0000)
commitb4f49586ab22aaea8e9a6a2de7e588dd449ab58b
tree009153f4f678e043238beaaf2c59e8588b1dc81e
parent353b40e98092fb2095c865f4415ceeeabeed81bf
[destructuring] Re-index materialized literals in arrow function parameters.

R=wingo@igalia.com
BUG=v8:811
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29337}
BUILD.gn
src/ast-literal-reindexer.cc [new file with mode: 0644]
src/ast-literal-reindexer.h [new file with mode: 0644]
src/ast.h
src/parser.cc
src/parser.h
src/preparser.h
src/prettyprinter.cc
test/mjsunit/harmony/destructuring-parameters-literalcount-nolazy.js [new file with mode: 0644]
test/mjsunit/harmony/destructuring-parameters-literalcount.js [new file with mode: 0644]
tools/gyp/v8.gyp