[es6] Correct length for functions with default parameters
authorrossberg <rossberg@chromium.org>
Tue, 25 Aug 2015 18:51:57 +0000 (11:51 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 25 Aug 2015 18:52:13 +0000 (18:52 +0000)
commit0b3b72671e62234dffd75c909fcb77c8bd60c7fc
tree94717c2415cac113b549d5daee6a0cd33c13610b
parent09b54808b1bdfac9c4dea93796ed8c2a7ffe2f9b
[es6] Correct length for functions with default parameters

R=adamk@chromium.org
BUG=v8:2160
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#30361}
src/parser.h
src/scopes.cc
src/scopes.h
test/mjsunit/harmony/default-parameters.js
test/mjsunit/harmony/destructuring.js