[es6] Implement inner scope for functions with destructuring
authorrossberg <rossberg@chromium.org>
Wed, 15 Jul 2015 10:59:52 +0000 (03:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 15 Jul 2015 10:59:58 +0000 (10:59 +0000)
commit207fbbbe327b782c65ba4f1d0f626d81629758c7
treeebd2f8e762987b85a58519b810da174be4239b1e
parentc63e50edc93f0f37b98008fe4012ec3c9479352b
[es6] Implement inner scope for functions with destructuring

R=adamk@chromium.org, littledan@chromium.org
BUG=v8:811
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29674}
src/parser.cc
src/scopes.cc
src/scopes.h
test/mjsunit/big-array-literal.js
test/mjsunit/harmony/destructuring.js