Searched defs:LoopChoiceNode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.h1165 class LoopChoiceNode: public ChoiceNode { class in namespace:v8::internal
1167 explicit LoopChoiceNode(bool body_can_be_zero_length, Zone* zone) function in class:v8::internal::LoopChoiceNode
1548 virtual void VisitLoopChoice(LoopChoiceNode* that) { VisitChoice(that); }
1611 virtual void VisitLoopChoice(LoopChoiceNode* that);

Completed in 55 milliseconds