Home
last modified time | relevance | path

Searched refs:AddAlternative (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc212 result->AddAlternative(GuardedAlternative(TextNode::CreateForCharacterRanges( in AddBmpCharacters()
309 result->AddAlternative(GuardedAlternative(TextNode::CreateForSurrogatePair( in AddNonBmpSurrogatePairs()
319 result->AddAlternative(GuardedAlternative(TextNode::CreateForSurrogatePair( in AddNonBmpSurrogatePairs()
379 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
405 result->AddAlternative(GuardedAlternative(match)); in AddLoneTrailSurrogates()
840 result->AddAlternative(alternative); in RationalizeConsecutiveAtoms()
883 result->AddAlternative(GuardedAlternative(lookahead.ForMatch(forward))); in RationalizeConsecutiveAtoms()
939 result->AddAlternative(eol_alternative); in RationalizeConsecutiveAtoms()
941 result->AddAlternative(end_alternative); in RationalizeConsecutiveAtoms()
1652 alternation->AddAlternative( in RationalizeConsecutiveAtoms()
[all...]
H A Dregexp-nodes.h612 void AddAlternative(GuardedAlternative node) { in AddAlternative() function in v8::internal::ChoiceNode
673 AddAlternative(this_must_fail); in NegativeLookaroundChoiceNode()
674 AddAlternative(then_do_this); in NegativeLookaroundChoiceNode()
738 // AddAlternative is made private for loop nodes because alternatives
741 void AddAlternative(GuardedAlternative node) { in AddAlternative() function in v8::internal::LoopChoiceNode
742 ChoiceNode::AddAlternative(node); in AddAlternative()
H A Dregexp-compiler.cc2604 AddAlternative(alt); in AddLoopAlternative()
2610 AddAlternative(alt); in AddContinueAlternative()
3903 optional_step_back->AddAlternative( in OptionallyStepBackToLeadSurrogate()
3905 optional_step_back->AddAlternative(GuardedAlternative(on_success)); in OptionallyStepBackToLeadSurrogate()
3929 first_step_node->AddAlternative(GuardedAlternative(captured_body)); in PreprocessRegExp()
3930 first_step_node->AddAlternative(GuardedAlternative(zone()->New<TextNode>( in PreprocessRegExp()

Completed in 12 milliseconds