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

Issue 7211013: Combined identical classes V8JavaScriptScanner and StandAloneJavaScriptScanner. (Closed)

Created:
9 years, 6 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Combined identical classes V8JavaScriptScanner and StandAloneJavaScriptScanner. Now only uses the common superclass of the two scanner classes. Updated comment on KeywordMatcher. Committed: http://code.google.com/p/v8/source/detail?r=8362

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -65 lines) Patch
M src/parser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/preparser-api.cc View 2 chunks +1 line, -18 lines 0 comments Download
M src/scanner.h View 1 chunk +0 lines, -15 lines 0 comments Download
M src/scanner.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M src/scanner-base.h View 2 chunks +15 lines, -7 lines 0 comments Download
M src/scanner-base.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 6 months ago (2011-06-21 13:52:39 UTC) #1
William Hesse
9 years, 6 months ago (2011-06-22 07:45:59 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698