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

Issue 2267493002: Disallow 'await' in object literal shorthand position (Closed)

Created:
4 years, 4 months ago by adamk
Modified:
4 years ago
Reviewers:
caitp, Dan Ehrenberg
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Disallow 'await' in object literal shorthand position Also lots of cleanup around the checking for 'await' as an identifier throughout the parser and preparser. R=caitp@igalia.com, littledan@chromium.org BUG=v8:4483, v8:5298 Committed: https://crrev.com/253d4e84646fdd1b9faebbd63adb30f09a5fa4dc Cr-Commit-Position: refs/heads/master@{#38798}

Patch Set 1 #

Patch Set 2 : More cleanup #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -93 lines) Patch
M src/parsing/parser.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/parsing/parser.cc View 1 3 chunks +2 lines, -18 lines 0 comments Download
M src/parsing/parser-base.h View 16 chunks +33 lines, -54 lines 1 comment Download
M src/parsing/preparser.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/parsing/preparser.cc View 2 chunks +2 lines, -14 lines 0 comments Download
M src/parsing/token.h View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
adamk
4 years, 4 months ago (2016-08-20 00:54:36 UTC) #1
adamk
https://codereview.chromium.org/2267493002/diff/20001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2267493002/diff/20001/src/parsing/parser-base.h#newcode1980 src/parsing/parser-base.h:1980: parsing_module_ || is_async_function()) && To be clear, this is ...
4 years, 4 months ago (2016-08-20 01:00:54 UTC) #6
Dan Ehrenberg
On 2016/08/20 at 00:54:36, adamk wrote: > A general comment: when you find missing async ...
4 years, 4 months ago (2016-08-22 00:27:50 UTC) #9
Dan Ehrenberg
lgtm Great cleanups and nice simple fix.
4 years, 4 months ago (2016-08-22 00:40:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2267493002/20001
4 years, 4 months ago (2016-08-22 17:26:42 UTC) #12
adamk
On 2016/08/22 00:27:50, Dan Ehrenberg wrote: > On 2016/08/20 at 00:54:36, adamk wrote: > > ...
4 years, 4 months ago (2016-08-22 17:26:48 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-22 18:03:54 UTC) #14
commit-bot: I haz the power
4 years, 4 months ago (2016-08-22 18:04:09 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/253d4e84646fdd1b9faebbd63adb30f09a5fa4dc
Cr-Commit-Position: refs/heads/master@{#38798}

Powered by Google App Engine
This is Rietveld 408576698