| Index: src/regexp-macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/regexp-macro-assembler-ia32.h (revision 1149)
|
| +++ src/regexp-macro-assembler-ia32.h (working copy)
|
| @@ -71,6 +71,9 @@
|
| uc16 minus,
|
| uc16 mask,
|
| Label* on_not_equal);
|
| + // Checks whether the given offset from the current position is before
|
| + // the end of the string.
|
| + virtual void CheckPosition(int cp_offset, Label* on_outside_input);
|
| virtual bool CheckSpecialCharacterClass(uc16 type,
|
| int cp_offset,
|
| bool check_offset,
|
| @@ -171,10 +174,6 @@
|
| // This function must not trigger a garbage collection.
|
| static Address GrowStack(Address stack_top);
|
|
|
| - // Checks whether the given offset from the current position is before
|
| - // the end of the string.
|
| - void CheckPosition(int cp_offset, Label* on_outside_input);
|
| -
|
| // The ebp-relative location of a regexp register.
|
| Operand register_location(int register_index);
|
|
|
|
|