Searched refs:NegativeLookaheadChoiceNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.h1131 class NegativeLookaheadChoiceNode: public ChoiceNode { class in namespace:v8::internal
1133 explicit NegativeLookaheadChoiceNode(GuardedAlternative this_must_fail, function in class:v8::internal::NegativeLookaheadChoiceNode
H A Djsregexp.cc2347 int NegativeLookaheadChoiceNode::EatsAtLeast(int still_to_find,
2358 void NegativeLookaheadChoiceNode::GetQuickCheckDetails(
2912 RegExpNode* NegativeLookaheadChoiceNode::FilterOneByte(int depth,
5148 // for a negative lookahead. The NegativeLookaheadChoiceNode is a special
5162 new(zone) NegativeLookaheadChoiceNode(body_alt,

Completed in 695 milliseconds