Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h1107 class NegativeLookaheadChoiceNode: public ChoiceNode {
1109 explicit NegativeLookaheadChoiceNode(GuardedAlternative this_must_fail, in NegativeLookaheadChoiceNode() function
Djsregexp.cc1759 int NegativeLookaheadChoiceNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
1770 void NegativeLookaheadChoiceNode::GetQuickCheckDetails( in GetQuickCheckDetails()
4030 new NegativeLookaheadChoiceNode(body_alt, in ToNode()
5026 int NegativeLookaheadChoiceNode::ComputeFirstCharacterSet(int budget) { in ComputeFirstCharacterSet()