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

Issue 3032064: Changed layout of object literal parser. (Closed)

Created:
10 years, 4 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Changed layout of object literal parser.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed review comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -41 lines) Patch
M src/parser.cc View 1 5 chunks +52 lines, -41 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
10 years, 4 months ago (2010-08-09 07:52:23 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/3032064/diff/1/2 File src/parser.cc (right): http://codereview.chromium.org/3032064/diff/1/2#newcode3678 src/parser.cc:3678: // Expectation is guaranteed to fail. I know ...
10 years, 4 months ago (2010-08-09 08:45:50 UTC) #2
Lasse Reichstein
10 years, 4 months ago (2010-08-09 08:55:56 UTC) #3
http://codereview.chromium.org/3032064/diff/1/2
File src/parser.cc (right):

http://codereview.chromium.org/3032064/diff/1/2#newcode3678
src/parser.cc:3678: // Expectation is guaranteed to fail.
I inlined the code of the Expect function and removed the check (i.e., just
inline the unexpected token error handling).

Powered by Google App Engine
This is Rietveld 408576698