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

Issue 201953002: Experimental parser: small fixes (Closed)

Created:
6 years, 9 months ago by dcarney
Modified:
6 years, 9 months ago
Reviewers:
marja
CC:
v8-dev, tfarina
Visibility:
Public.

Description

Experimental parser: small fixes TBR=marja@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20007

Patch Set 1 #

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -30 lines) Patch
M src/factory.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/factory.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/heap.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/lexer/lexer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/lexer/lexer-shell.cc View 1 6 chunks +20 lines, -27 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
dcarney
Committed patchset #2 manually as r20007 (presubmit successful).
6 years, 9 months ago (2014-03-17 15:57:27 UTC) #1
tfarina
6 years, 9 months ago (2014-03-19 17:36:50 UTC) #2
Message was sent while issue was closed.
https://codereview.chromium.org/201953002/diff/20001/src/lexer/lexer-shell.cc
File src/lexer/lexer-shell.cc (right):

https://codereview.chromium.org/201953002/diff/20001/src/lexer/lexer-shell.cc...
src/lexer/lexer-shell.cc:274: Token::Value value;
could you add trailing underscore to these member variables in a follow up CL
per Google C++ style guide? e.g., value_, beg_, etc...

Powered by Google App Engine
This is Rietveld 408576698