Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h970 class NegativeLookaroundChoiceNode : public ChoiceNode {
972 explicit NegativeLookaroundChoiceNode(GuardedAlternative this_must_fail, in NegativeLookaroundChoiceNode() function
Djsregexp.cc2357 int NegativeLookaroundChoiceNode::EatsAtLeast(int still_to_find, int budget, in EatsAtLeast()
2367 void NegativeLookaroundChoiceNode::GetQuickCheckDetails( in GetQuickCheckDetails()
2924 RegExpNode* NegativeLookaroundChoiceNode::FilterOneByte(int depth, in FilterOneByte()
5725 ChoiceNode* choice_node = new (zone) NegativeLookaroundChoiceNode( in ForMatch()