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

Issue 1167393005: [destructuring] Parse binding patterns in formal parameters. (Closed)

Created:
5 years, 6 months ago by Dmitry Lomov (no reviews)
Modified:
5 years, 6 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

[destructuring] Parse binding patterns in formal parameters. R=arv@chromium.org,wingo@igalia.com,caitpotter88@gmail.com LOG=N BUG=v8:811 Committed: https://crrev.com/a7fce18647298a2ccef8255cbfbc3acb7046a539 Cr-Commit-Position: refs/heads/master@{#29029}

Patch Set 1 #

Patch Set 2 : Rebase + tests #

Total comments: 6

Patch Set 3 : CR feedback + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -26 lines) Patch
M src/parser.h View 1 2 chunks +8 lines, -3 lines 0 comments Download
M src/parser.cc View 1 2 3 chunks +18 lines, -9 lines 0 comments Download
M src/preparser.h View 1 2 3 chunks +15 lines, -4 lines 0 comments Download
M src/preparser.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 1 2 6 chunks +42 lines, -9 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Dmitry Lomov (no reviews)
WIP - Please take initial look at your leasure. I am almost done, but some ...
5 years, 6 months ago (2015-06-10 15:11:26 UTC) #1
wingo
Looks good! On 2015/06/10 15:11:26, Dmitry S. Lomov wrote: > WIP - Please take initial ...
5 years, 6 months ago (2015-06-10 15:21:15 UTC) #2
caitp (gmail)
One runtime feature we could add now is to mark the function scope as having ...
5 years, 6 months ago (2015-06-10 15:31:51 UTC) #3
arv (Not doing code reviews)
On 2015/06/10 15:31:51, caitp wrote: > One runtime feature we could add now is to ...
5 years, 6 months ago (2015-06-10 15:49:56 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1167393005/20001
5 years, 6 months ago (2015-06-15 13:42:41 UTC) #6
Dmitry Lomov (no reviews)
This is ready for review.
5 years, 6 months ago (2015-06-15 13:42:45 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-15 14:06:35 UTC) #9
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/1167393005/diff/20001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1167393005/diff/20001/src/parser.cc#newcode1187 src/parser.cc:1187: BlockState block_state(&scope_, scope); Why was this block state ...
5 years, 6 months ago (2015-06-15 15:21:59 UTC) #10
Dmitry Lomov (no reviews)
comments addressed, landing https://codereview.chromium.org/1167393005/diff/20001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1167393005/diff/20001/src/parser.cc#newcode1187 src/parser.cc:1187: BlockState block_state(&scope_, scope); On 2015/06/15 15:21:59, ...
5 years, 6 months ago (2015-06-15 16:12:51 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1167393005/40001
5 years, 6 months ago (2015-06-15 16:13:13 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-15 17:06:39 UTC) #15
commit-bot: I haz the power
5 years, 6 months ago (2015-06-15 17:06:56 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a7fce18647298a2ccef8255cbfbc3acb7046a539
Cr-Commit-Position: refs/heads/master@{#29029}

Powered by Google App Engine
This is Rietveld 408576698