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

Issue 1018043003: [es6] generate rest parameters correctly for subclass constructors (Closed)

Created:
5 years, 9 months ago by caitp (gmail)
Modified:
5 years, 9 months ago
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] generate rest parameters correctly for subclass constructors BUG=v8:3977 R=dslomov@chromium.org, arv@chromium.org LOG=N Committed: https://crrev.com/bef80fcfd7e89cadc215f7d10a016a375e346490 Cr-Commit-Position: refs/heads/master@{#27344}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Test that rest params have same elements as arguments object, too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -17 lines) Patch
M src/arm/full-codegen-arm.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 3 chunks +11 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M test/mjsunit/harmony/rest-params.js View 1 2 chunks +33 lines, -1 line 0 comments Download

Messages

Total messages: 11 (3 generated)
caitp (gmail)
PTAL
5 years, 9 months ago (2015-03-19 17:52:54 UTC) #1
arv (Not doing code reviews)
LGTM
5 years, 9 months ago (2015-03-19 19:12:38 UTC) #3
Dmitry Lomov (no reviews)
looking good, needs some more tests https://codereview.chromium.org/1018043003/diff/1/test/mjsunit/harmony/rest-params.js File test/mjsunit/harmony/rest-params.js (right): https://codereview.chromium.org/1018043003/diff/1/test/mjsunit/harmony/rest-params.js#newcode188 test/mjsunit/harmony/rest-params.js:188: constructor(...a) { this.base ...
5 years, 9 months ago (2015-03-20 08:32:46 UTC) #4
caitp (gmail)
https://codereview.chromium.org/1018043003/diff/1/test/mjsunit/harmony/rest-params.js File test/mjsunit/harmony/rest-params.js (right): https://codereview.chromium.org/1018043003/diff/1/test/mjsunit/harmony/rest-params.js#newcode188 test/mjsunit/harmony/rest-params.js:188: constructor(...a) { this.base = a; } On 2015/03/20 08:32:46, ...
5 years, 9 months ago (2015-03-20 13:28:40 UTC) #5
Dmitry Lomov (no reviews)
lgtm https://codereview.chromium.org/1018043003/diff/1/test/mjsunit/harmony/rest-params.js File test/mjsunit/harmony/rest-params.js (right): https://codereview.chromium.org/1018043003/diff/1/test/mjsunit/harmony/rest-params.js#newcode188 test/mjsunit/harmony/rest-params.js:188: constructor(...a) { this.base = a; } On 2015/03/20 ...
5 years, 9 months ago (2015-03-20 13:45:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1018043003/20001
5 years, 9 months ago (2015-03-20 13:47:28 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-20 14:07:12 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-20 14:07:30 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/bef80fcfd7e89cadc215f7d10a016a375e346490
Cr-Commit-Position: refs/heads/master@{#27344}

Powered by Google App Engine
This is Rietveld 408576698