Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Issue 1311163002: [es6] Correct length for functions with default parameters (Closed)

Created:
5 years, 4 months ago by rossberg
Modified:
5 years, 4 months ago
Reviewers:
adamk
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es6] Correct length for functions with default parameters R=adamk@chromium.org BUG=v8:2160 LOG=N Committed: https://crrev.com/0b3b72671e62234dffd75c909fcb77c8bd60c7fc Cr-Commit-Position: refs/heads/master@{#30361}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -27 lines) Patch
M src/parser.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/scopes.h View 3 chunks +6 lines, -12 lines 0 comments Download
M src/scopes.cc View 3 chunks +8 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/default-parameters.js View 1 chunk +10 lines, -11 lines 0 comments Download
M test/mjsunit/harmony/destructuring.js View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
rossberg
5 years, 4 months ago (2015-08-24 12:40:33 UTC) #1
adamk
https://codereview.chromium.org/1311163002/diff/1/src/scopes.h File src/scopes.h (right): https://codereview.chromium.org/1311163002/diff/1/src/scopes.h#newcode133 src/scopes.h:133: bool is_optional, bool is_rest, bool* is_duplicate); Two bools in ...
5 years, 4 months ago (2015-08-24 17:51:01 UTC) #2
rossberg
https://codereview.chromium.org/1311163002/diff/1/src/scopes.h File src/scopes.h (right): https://codereview.chromium.org/1311163002/diff/1/src/scopes.h#newcode133 src/scopes.h:133: bool is_optional, bool is_rest, bool* is_duplicate); On 2015/08/24 17:51:00, ...
5 years, 4 months ago (2015-08-25 08:27:45 UTC) #3
adamk
lgtm
5 years, 4 months ago (2015-08-25 18:25:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1311163002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1311163002/40001
5 years, 4 months ago (2015-08-25 18:26:03 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 4 months ago (2015-08-25 18:52:03 UTC) #8
commit-bot: I haz the power
5 years, 4 months ago (2015-08-25 18:52:22 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0b3b72671e62234dffd75c909fcb77c8bd60c7fc
Cr-Commit-Position: refs/heads/master@{#30361}

Powered by Google App Engine
This is Rietveld 408576698