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

Issue 577973002: ES6: Implement generator method shorthand (Closed)

Created:
6 years, 3 months ago by arv (Not doing code reviews)
Modified:
6 years, 3 months ago
CC:
v8-dev, rossberg, adamk
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 4

Patch Set 3 : Cleanup based on code review #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -65 lines) Patch
M src/globals.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M src/preparser.h View 1 2 4 chunks +15 lines, -5 lines 0 comments Download
M src/v8natives.js View 1 chunk +3 lines, -4 lines 0 comments Download
M test/cctest/test-parsing.cc View 25 chunks +58 lines, -38 lines 1 comment Download
M test/mjsunit/harmony/object-literals-method.js View 1 8 chunks +139 lines, -14 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
arv (Not doing code reviews)
cleanup
6 years, 3 months ago (2014-09-17 16:20:01 UTC) #1
arv (Not doing code reviews)
6 years, 3 months ago (2014-09-17 16:22:06 UTC) #3
Dmitry Lomov (no reviews)
Cool stuff! lgtm from my side, with some nits. https://codereview.chromium.org/577973002/diff/20001/src/globals.h File src/globals.h (right): https://codereview.chromium.org/577973002/diff/20001/src/globals.h#newcode776 src/globals.h:776: ...
6 years, 3 months ago (2014-09-18 07:43:57 UTC) #4
wingo
Hah, I had the same comment as Dmitry. One question: where do you test the ...
6 years, 3 months ago (2014-09-18 07:50:52 UTC) #5
arv (Not doing code reviews)
Cleanup based on code review
6 years, 3 months ago (2014-09-18 15:55:58 UTC) #6
arv (Not doing code reviews)
https://codereview.chromium.org/577973002/diff/20001/src/globals.h File src/globals.h (right): https://codereview.chromium.org/577973002/diff/20001/src/globals.h#newcode776 src/globals.h:776: (FunctionKind::kGeneratorFunction | FunctionKind::kConciseMethod); On 2014/09/18 at 07:43:57, Dmitry Lomov ...
6 years, 3 months ago (2014-09-18 15:59:03 UTC) #7
Dmitry Lomov (no reviews)
still lgtm :)
6 years, 3 months ago (2014-09-18 16:51:59 UTC) #8
arv (Not doing code reviews)
6 years, 3 months ago (2014-09-18 17:14:19 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 24048 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698