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

Issue 480543002: Parse 'super' keyword. (Closed)

Created:
6 years, 4 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Patch for review #

Total comments: 10

Patch Set 3 : arv's CR feedback #

Patch Set 4 : Patch for landing (minor fix for tests in release mode) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -99 lines) Patch
M src/ast.h View 1 2 4 chunks +29 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M src/messages.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.h View 1 5 chunks +15 lines, -26 lines 0 comments Download
M src/parser.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/parser.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M src/preparser.h View 1 2 8 chunks +35 lines, -3 lines 0 comments Download
M src/prettyprinter.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/scanner.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M src/scanner.cc View 1 2 3 4 chunks +72 lines, -67 lines 0 comments Download
M src/token.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/typing.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 5 chunks +50 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Dmitry Lomov (no reviews)
PTAL. Adds parsing and FLAG_harmony_classes
6 years, 4 months ago (2014-08-15 19:00:46 UTC) #1
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/480543002/diff/20001/src/ast.h File src/ast.h (right): https://codereview.chromium.org/480543002/diff/20001/src/ast.h#newcode2570 src/ast.h:2570: protected: Empty line before protected. https://codereview.chromium.org/480543002/diff/20001/src/full-codegen.h File src/full-codegen.h ...
6 years, 4 months ago (2014-08-15 19:41:07 UTC) #2
Dmitry Lomov (no reviews)
Thanks arv, comments addressed. marja, could you take a look at parser changes as well? ...
6 years, 4 months ago (2014-08-15 22:11:41 UTC) #3
marja
parser parts lgtm
6 years, 4 months ago (2014-08-18 07:26:04 UTC) #4
Dmitry Lomov (no reviews)
6 years, 4 months ago (2014-08-18 12:35:50 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as 23157 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698