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

Issue 2056993004: Parser: Desugar default derived constructor to spread/rest (Closed)

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

Description

Parser: Desugar default derived constructor to spread/rest This patch declares a new rest parameter for the derived constructor, and passes it to base constructor after calling PrepareSpreadArguments. This patch also updates the test262.status to account for the now passing test. BUG=v8:4890 Committed: https://crrev.com/e681eea1f11177f79a7ea94f51d59936db398a01 Cr-Commit-Position: refs/heads/master@{#36939}

Patch Set 1 #

Patch Set 2 : user preparespreadarguments #

Patch Set 3 : update comment #

Patch Set 4 : move parameter declaration inside if block #

Patch Set 5 : make rest arg optional #

Total comments: 2

Patch Set 6 : remove whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -8 lines) Patch
M src/parsing/parser.cc View 1 2 3 4 5 2 chunks +16 lines, -5 lines 0 comments Download
M test/test262/test262.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 25 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2056993004/20001
4 years, 6 months ago (2016-06-10 23:27:10 UTC) #3
gsathya
4 years, 6 months ago (2016-06-10 23:30:23 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2056993004/60001
4 years, 6 months ago (2016-06-11 00:08:37 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel_ng/builds/7139) v8_linux64_rel_ng_triggered on ...
4 years, 6 months ago (2016-06-11 00:27:38 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2056993004/80001
4 years, 6 months ago (2016-06-11 01:03:39 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-11 01:32:08 UTC) #15
gsathya
PTAL, tests pass
4 years, 6 months ago (2016-06-11 01:32:48 UTC) #16
Dan Ehrenberg
lgtm https://codereview.chromium.org/2056993004/diff/80001/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2056993004/diff/80001/src/parsing/parser.cc#newcode195 src/parsing/parser.cc:195: Nit: revert whitespace change
4 years, 6 months ago (2016-06-11 01:48:57 UTC) #17
gsathya
https://codereview.chromium.org/2056993004/diff/80001/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2056993004/diff/80001/src/parsing/parser.cc#newcode195 src/parsing/parser.cc:195: On 2016/06/11 01:48:57, Dan Ehrenberg wrote: > Nit: revert ...
4 years, 6 months ago (2016-06-11 01:54:02 UTC) #18
Dan Ehrenberg
lgtm
4 years, 6 months ago (2016-06-11 02:22:31 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2056993004/100001
4 years, 6 months ago (2016-06-13 17:37:44 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 6 months ago (2016-06-13 18:07:27 UTC) #23
commit-bot: I haz the power
4 years, 6 months ago (2016-06-13 18:10:16 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e681eea1f11177f79a7ea94f51d59936db398a01
Cr-Commit-Position: refs/heads/master@{#36939}

Powered by Google App Engine
This is Rietveld 408576698