| 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.
|
|
|