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

Issue 11350: Add back references. Since "back references" is two words... (Closed)

Created:
12 years, 1 month ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add back references. Since "back references" is two words the CamelCasing was fixed in various places. Committed: http://code.google.com/p/v8/source/detail?r=820

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -53 lines) Patch
M src/assembler-re2k.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/assembler-re2k.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/ast.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/bytecodes-re2k.h View 1 chunk +7 lines, -8 lines 0 comments Download
M src/interpreter-re2k.cc View 1 chunk +19 lines, -5 lines 0 comments Download
M src/jsregexp.h View 4 chunks +5 lines, -5 lines 0 comments Download
M src/jsregexp.cc View 6 chunks +26 lines, -7 lines 2 comments Download
M src/parser.cc View 9 chunks +66 lines, -13 lines 1 comment Download
M src/regexp-macro-assembler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/regexp-macro-assembler-re2k.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/regexp-macro-assembler-re2k.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/test-regexp.cc View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
12 years, 1 month ago (2008-11-21 10:42:13 UTC) #1
Christian Plesner Hansen
12 years, 1 month ago (2008-11-21 11:16:39 UTC) #2
Stv!

http://codereview.chromium.org/11350/diff/1/12
File src/jsregexp.cc (right):

http://codereview.chromium.org/11350/diff/1/12#newcode1292
Line 1292: ASSERT(start_reg_ + 1 == end_reg_);
ASSERT_EQ

http://codereview.chromium.org/11350/diff/1/12#newcode2224
Line 2224: that->info()->determine_newline =
next->info()->prev_determine_newline();
Propagating this stuff is not the dispatch table constructor's job.

http://codereview.chromium.org/11350/diff/1/13
File src/parser.cc (right):

http://codereview.chromium.org/11350/diff/1/13#newcode555
Line 555: int capture_count_;
This name could be misleading but I can't think of a better one.

Powered by Google App Engine
This is Rietveld 408576698