| Index: src/regexp-macro-assembler-irregexp.h
|
| ===================================================================
|
| --- src/regexp-macro-assembler-irregexp.h (revision 1094)
|
| +++ src/regexp-macro-assembler-irregexp.h (working copy)
|
| @@ -81,6 +81,7 @@
|
| virtual void CheckCharacterGT(uc16 limit, Label* on_greater);
|
| virtual void CheckCharacterLT(uc16 limit, Label* on_less);
|
| virtual void CheckGreedyLoop(Label* on_tos_equals_current_position);
|
| + virtual void CheckAtStart(Label* on_at_start);
|
| virtual void CheckNotAtStart(Label* on_not_at_start);
|
| virtual void CheckNotCharacter(uint32_t c, Label* on_not_equal);
|
| virtual void CheckNotCharacterAfterAnd(uint32_t c,
|
|
|