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

Issue 12600004: Simplify PreParser::ParsePrimaryExpression (Closed)

Created:
7 years, 9 months ago by wingo
Modified:
7 years, 9 months ago
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Simplify PreParser::ParsePrimaryExpression * src/preparser.cc (PreParser::ParsePrimaryExpression): No need to check keywords for validity as identifiers, as ParseIdentifier (called in the fallthrough) will take care of it. Covered by existing tests. BUG= Committed: http://code.google.com/p/v8/source/detail?r=13899

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -17 lines) Patch
M src/preparser.cc View 1 chunk +1 line, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
wingo
7 years, 9 months ago (2013-03-11 12:17:18 UTC) #1
Michael Starzinger
LGTM. Landing.
7 years, 9 months ago (2013-03-11 12:42:01 UTC) #2
Michael Starzinger
7 years, 9 months ago (2013-03-11 12:44:49 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r13899 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698