Lint lint lint.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@863 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
4722a886ec
commit
96001672ae
@ -93,7 +93,9 @@ class RegExpMacroAssembler {
|
||||
virtual void CheckNotCharacterAfterMinusOr(uc16 c,
|
||||
uc16 minus_then_or_with,
|
||||
Label* on_not_equal) = 0;
|
||||
virtual void CheckNotRegistersEqual(int reg1, int reg2, Label* on_not_equal) = 0;
|
||||
virtual void CheckNotRegistersEqual(int reg1,
|
||||
int reg2,
|
||||
Label* on_not_equal) = 0;
|
||||
// Dispatch after looking the current character up in a byte map. The
|
||||
// destinations vector has up to 256 labels.
|
||||
virtual void DispatchByteMap(
|
||||
|
Loading…
Reference in New Issue
Block a user