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

Issue 1083623002: Refactor formal parameter error locations into a class (Closed)

Created:
5 years, 8 months ago by wingo
Modified:
5 years, 8 months ago
CC:
v8-dev, conradw
Base URL:
https://chromium.googlesource.com/v8/v8@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Refactor formal parameter error locations into a class This is a follow-up to https://codereview.chromium.org/1078093002. R=rossberg@chromium.org BUG= Committed: https://crrev.com/0f432ebb76350a69d59edc303c181c8ba1719c96 Cr-Commit-Position: refs/heads/master@{#27780}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -102 lines) Patch
M src/parser.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/parser.cc View 7 chunks +15 lines, -27 lines 0 comments Download
M src/preparser.h View 13 chunks +61 lines, -60 lines 2 comments Download
M src/preparser.cc View 2 chunks +4 lines, -13 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
wingo
5 years, 8 months ago (2015-04-13 08:57:03 UTC) #1
rossberg
LGTM modulo comment https://codereview.chromium.org/1083623002/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1083623002/diff/1/src/preparser.h#newcode25 src/preparser.h:25: class FormalParameterErrorLocations BASE_EMBEDDED { Could this ...
5 years, 8 months ago (2015-04-13 09:12:17 UTC) #2
wingo
On 2015/04/13 09:12:17, rossberg wrote: > LGTM modulo comment > > https://codereview.chromium.org/1083623002/diff/1/src/preparser.h > File src/preparser.h ...
5 years, 8 months ago (2015-04-13 09:20:21 UTC) #3
rossberg
On 2015/04/13 09:20:21, wingo wrote: > On 2015/04/13 09:12:17, rossberg wrote: > > LGTM modulo ...
5 years, 8 months ago (2015-04-13 09:58:19 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1083623002/1
5 years, 8 months ago (2015-04-13 10:14:22 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 8 months ago (2015-04-13 10:39:43 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/0f432ebb76350a69d59edc303c181c8ba1719c96 Cr-Commit-Position: refs/heads/master@{#27780}
5 years, 8 months ago (2015-04-13 10:39:52 UTC) #8
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/1083623002/diff/1/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1083623002/diff/1/src/preparser.h#newcode33 src/preparser.h:33: Scanner::Location eval_or_arguments_; Nit: public fields should not end ...
5 years, 8 months ago (2015-04-13 14:24:17 UTC) #10
wingo
5 years, 8 months ago (2015-04-13 14:59:26 UTC) #11
Message was sent while issue was closed.
On 2015/04/13 14:24:17, arv wrote:
> LGTM
> 
> https://codereview.chromium.org/1083623002/diff/1/src/preparser.h
> File src/preparser.h (right):
> 
> https://codereview.chromium.org/1083623002/diff/1/src/preparser.h#newcode33
> src/preparser.h:33: Scanner::Location eval_or_arguments_;
> Nit: public fields should not end with underscore.

Tx, will fix in a followup.

Powered by Google App Engine
This is Rietveld 408576698