Author: [email protected]
Date: Mon Apr 27 02:27:18 2009
New Revision: 1798
Modified:
branches/bleeding_edge/src/jsregexp.h
Log:
Lint.
Modified: branches/bleeding_edge/src/jsregexp.h
==============================================================================
--- branches/bleeding_edge/src/jsregexp.h (original)
+++ branches/bleeding_edge/src/jsregexp.h Mon Apr 27 02:27:18 2009
@@ -1003,14 +1003,14 @@
virtual bool try_to_emit_quick_check_for_alternative(int i) { return
true; }
protected:
- int GreedyLoopTextLength(GuardedAlternative *alternative);
+ int GreedyLoopTextLength(GuardedAlternative* alternative);
ZoneList<GuardedAlternative>* alternatives_;
private:
friend class DispatchTableConstructor;
friend class Analysis;
void GenerateGuard(RegExpMacroAssembler* macro_assembler,
- Guard *guard,
+ Guard* guard,
Trace* trace);
int CalculatePreloadCharacters(RegExpCompiler* compiler);
void EmitOutOfLineContinuation(RegExpCompiler* compiler,
@@ -1288,7 +1288,7 @@
void set_choice_index(int value) { choice_index_ = value; }
protected:
- DispatchTable *table_;
+ DispatchTable* table_;
int choice_index_;
bool ignore_case_;
};
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---