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

Issue 1361403003: Implement ES6 completion semantics (--harmony-completion). (Closed)

Created:
5 years, 3 months ago by neis
Modified:
5 years, 2 months ago
Reviewers:
rossberg
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

[es6] Implement completion value reform (--harmony-completion). This CL depends on #1362363002. R=rossberg BUG= Committed: https://crrev.com/7a0a68208336472d3f38cf63750b683b879a1c27 Cr-Commit-Position: refs/heads/master@{#31180}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase. #

Patch Set 3 : #

Total comments: 20

Patch Set 4 : Address comments. #

Total comments: 8

Patch Set 5 : Address comments #

Patch Set 6 : Rebase. #

Patch Set 7 : Proper rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -48 lines) Patch
M src/bootstrapper.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M src/parser.cc View 1 2 3 4 5 7 chunks +39 lines, -41 lines 0 comments Download
M src/rewriter.cc View 1 2 3 4 5 6 8 chunks +47 lines, -0 lines 0 comments Download
M test/mjsunit/es6/block-for.js View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/block-for-sloppy.js View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
A test/mjsunit/harmony/completion.js View 1 2 3 4 1 chunk +150 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
neis
5 years, 3 months ago (2015-09-24 14:46:03 UTC) #1
rossberg
Looks good so far. I believe we can fix the problem with the for-let desugaring ...
5 years, 2 months ago (2015-09-28 14:09:22 UTC) #2
neis
On 2015/09/28 14:09:22, rossberg wrote: > Looks good so far. I believe we can fix ...
5 years, 2 months ago (2015-10-03 08:45:49 UTC) #3
neis
https://codereview.chromium.org/1361403003/diff/1/src/rewriter.cc File src/rewriter.cc (right): https://codereview.chromium.org/1361403003/diff/1/src/rewriter.cc#newcode125 src/rewriter.cc:125: is_set_ = true; On 2015/09/28 14:09:22, rossberg wrote: > ...
5 years, 2 months ago (2015-10-05 10:57:28 UTC) #4
neis
Patch Set 3 fixes the for-let desugaring and adapts some tests. PHAL.
5 years, 2 months ago (2015-10-05 11:20:02 UTC) #6
rossberg
https://codereview.chromium.org/1361403003/diff/60001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1361403003/diff/60001/src/parser.cc#newcode3355 src/parser.cc:3355: // let/const x = temp_x; Can you just move ...
5 years, 2 months ago (2015-10-05 11:33:00 UTC) #7
neis
https://codereview.chromium.org/1361403003/diff/60001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1361403003/diff/60001/src/parser.cc#newcode3355 src/parser.cc:3355: // let/const x = temp_x; On 2015/10/05 11:33:00, rossberg ...
5 years, 2 months ago (2015-10-07 11:58:40 UTC) #8
rossberg
LGTM modulo comments https://codereview.chromium.org/1361403003/diff/80001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1361403003/diff/80001/src/parser.cc#newcode3346 src/parser.cc:3346: // and rewrite it as follows. ...
5 years, 2 months ago (2015-10-07 12:28:46 UTC) #9
neis
https://codereview.chromium.org/1361403003/diff/80001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1361403003/diff/80001/src/parser.cc#newcode3346 src/parser.cc:3346: // and rewrite it as follows. Here we write ...
5 years, 2 months ago (2015-10-08 12:57:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361403003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361403003/140001
5 years, 2 months ago (2015-10-08 13:33:04 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361403003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361403003/140001
5 years, 2 months ago (2015-10-08 13:34:28 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:140001)
5 years, 2 months ago (2015-10-08 13:56:53 UTC) #17
commit-bot: I haz the power
5 years, 2 months ago (2015-10-08 13:57:16 UTC) #18
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/7a0a68208336472d3f38cf63750b683b879a1c27
Cr-Commit-Position: refs/heads/master@{#31180}

Powered by Google App Engine
This is Rietveld 408576698