[es6] Implement default parameters
authorrossberg <rossberg@chromium.org>
Mon, 17 Aug 2015 12:01:55 +0000 (05:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 17 Aug 2015 12:02:08 +0000 (12:02 +0000)
commit6dda11ff81a08c2790f963f100d94bba4a6f28b8
treed5795ed3620f3a93bb9ef9ad87a080c8560558d6
parent94ee6b1ba207e77848a2d37e0b6324c63933d97c
[es6] Implement default parameters

Based on caitp's https://codereview.chromium.org/1127063003/

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

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

Cr-Commit-Position: refs/heads/master@{#30192}
src/bootstrapper.cc
src/flag-definitions.h
src/parser.cc
src/parser.h
src/preparser.h
test/mjsunit/harmony/default-parameters-debug.js [new file with mode: 0644]
test/mjsunit/harmony/default-parameters.js [new file with mode: 0644]
test/mjsunit/harmony/destructuring.js