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

Unified Diff: src/regexp-macro-assembler-ia32.h

Issue 11228: * No failures on our own tests.... (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
Index: src/regexp-macro-assembler-ia32.h
===================================================================
--- src/regexp-macro-assembler-ia32.h (revision 786)
+++ src/regexp-macro-assembler-ia32.h (working copy)
@@ -43,7 +43,10 @@
virtual void AdvanceRegister(int reg, int by); // r[reg] += by.
virtual void Backtrack();
virtual void Bind(Label* label);
+ virtual void LoadCurrentCharacter(int cp_offset, Label* on_end_of_input);
+
+
// Check the current character against a bitmap. The range of the current
// character must be from start to start + length_of_bitmap_in_bits.
// Where to go if the bit is 0. Fall through on 1.

Powered by Google App Engine
This is Rietveld 408576698