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

Unified Diff: src/assembler-irregexp.h

Issue 12406: Case independent back references. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/regexp2000/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/assembler-irregexp.cc » ('j') | src/interpreter-irregexp.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler-irregexp.h
===================================================================
--- src/assembler-irregexp.h (revision 829)
+++ src/assembler-irregexp.h (working copy)
@@ -75,6 +75,7 @@
// the register after. If a register contains -1 then the other register
// must always contain -1 and the on_mismatch label will never be called.
void CheckNotBackReference(int capture_index, Label* on_mismatch);
+ void CheckNotBackReferenceNoCase(int capture_index, Label* on_mismatch);
// Checks a register for strictly-less-than or greater-than-or-equal.
void CheckRegisterLT(int reg_index, uint16_t vs, Label* on_less_than);
« no previous file with comments | « no previous file | src/assembler-irregexp.cc » ('j') | src/interpreter-irregexp.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698