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

/external/v8/src/
H A Djsregexp.h1107 class NegativeLookaheadChoiceNode: public ChoiceNode { class in namespace:v8::internal
1109 explicit NegativeLookaheadChoiceNode(GuardedAlternative this_must_fail, function in class:v8::internal::NegativeLookaheadChoiceNode
H A Djsregexp.cc1759 int NegativeLookaheadChoiceNode::EatsAtLeast(int still_to_find,
1770 void NegativeLookaheadChoiceNode::GetQuickCheckDetails(
4019 // for a negative lookahead. The NegativeLookaheadChoiceNode is a special
4030 new NegativeLookaheadChoiceNode(body_alt,
5026 int NegativeLookaheadChoiceNode::ComputeFirstCharacterSet(int budget) {

Completed in 316 milliseconds