Commit 22d6cc9d authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Lint.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1798 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f6bafbfb
...@@ -1003,14 +1003,14 @@ class ChoiceNode: public RegExpNode { ...@@ -1003,14 +1003,14 @@ class ChoiceNode: public RegExpNode {
virtual bool try_to_emit_quick_check_for_alternative(int i) { return true; } virtual bool try_to_emit_quick_check_for_alternative(int i) { return true; }
protected: protected:
int GreedyLoopTextLength(GuardedAlternative *alternative); int GreedyLoopTextLength(GuardedAlternative* alternative);
ZoneList<GuardedAlternative>* alternatives_; ZoneList<GuardedAlternative>* alternatives_;
private: private:
friend class DispatchTableConstructor; friend class DispatchTableConstructor;
friend class Analysis; friend class Analysis;
void GenerateGuard(RegExpMacroAssembler* macro_assembler, void GenerateGuard(RegExpMacroAssembler* macro_assembler,
Guard *guard, Guard* guard,
Trace* trace); Trace* trace);
int CalculatePreloadCharacters(RegExpCompiler* compiler); int CalculatePreloadCharacters(RegExpCompiler* compiler);
void EmitOutOfLineContinuation(RegExpCompiler* compiler, void EmitOutOfLineContinuation(RegExpCompiler* compiler,
...@@ -1288,7 +1288,7 @@ FOR_EACH_NODE_TYPE(DECLARE_VISIT) ...@@ -1288,7 +1288,7 @@ FOR_EACH_NODE_TYPE(DECLARE_VISIT)
void set_choice_index(int value) { choice_index_ = value; } void set_choice_index(int value) { choice_index_ = value; }
protected: protected:
DispatchTable *table_; DispatchTable* table_;
int choice_index_; int choice_index_;
bool ignore_case_; bool ignore_case_;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment