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

Issue 1002263004: Beautify syntax error for unterminated argument list (Closed)

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

Description

Beautify syntax error for unterminated argument list BUG=chromium:339474 LOG=Y Committed: https://crrev.com/cb50b0dfe78d646097841c3de3ac70617755de6e Cr-Commit-Position: refs/heads/master@{#27205}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Addressed review comments #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -13 lines) Patch
M src/messages.js View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/preparser.h View 1 2 1 chunk +8 lines, -4 lines 0 comments Download
A + test/message/unterminated-arg-list.js View 1 chunk +2 lines, -5 lines 0 comments Download
A + test/message/unterminated-arg-list.out View 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
yurys
A couple of layout tests that currently expect "Uncaught SyntaxError: Unexpected end of input" output ...
5 years, 9 months ago (2015-03-13 19:54:48 UTC) #3
Yang
LGTM with suggestion. https://codereview.chromium.org/1002263004/diff/20001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1002263004/diff/20001/src/preparser.h#newcode2320 src/preparser.h:2320: done = (peek() == Token::RPAREN); I ...
5 years, 9 months ago (2015-03-16 07:24:33 UTC) #4
yurys
https://codereview.chromium.org/1002263004/diff/20001/src/preparser.h File src/preparser.h (right): https://codereview.chromium.org/1002263004/diff/20001/src/preparser.h#newcode2320 src/preparser.h:2320: done = (peek() == Token::RPAREN); On 2015/03/16 07:24:33, Yang ...
5 years, 9 months ago (2015-03-16 08:56:23 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1002263004/60001
5 years, 9 months ago (2015-03-16 08:56:50 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 9 months ago (2015-03-16 09:16:21 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-16 09:16:34 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cb50b0dfe78d646097841c3de3ac70617755de6e
Cr-Commit-Position: refs/heads/master@{#27205}

Powered by Google App Engine
This is Rietveld 408576698