Home
last modified time | relevance | path

Searched refs:CreateForCharacterRanges (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()
330 RegExpNode* match_node = TextNode::CreateForCharacterRanges( in NegativeLookaroundAgainstReadDirectionAndMatch()
336 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in NegativeLookaroundAgainstReadDirectionAndMatch()
350 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in MatchAndNegativeLookaroundInReadDirection()
352 return TextNode::CreateForCharacterRanges( in MatchAndNegativeLookaroundInReadDirection()
419 return TextNode::CreateForCharacterRanges(zone, range, false, on_success); in UnanchoredAdvance()
875 RegExpNode* backward = TextNode::CreateForCharacterRanges( in RationalizeConsecutiveAtoms()
881 RegExpNode* forward = TextNode::CreateForCharacterRanges( in RationalizeConsecutiveAtoms()
H A Dregexp-nodes.h408 static TextNode* CreateForCharacterRanges(Zone* zone,
H A Dregexp-compiler.cc2419 TextNode* TextNode::CreateForCharacterRanges(Zone* zone, in CreateForCharacterRanges() function in v8::internal::TextNode
3896 RegExpNode* step_back = TextNode::CreateForCharacterRanges( in OptionallyStepBackToLeadSurrogate()
3900 RegExpNode* match_trail = TextNode::CreateForCharacterRanges( in OptionallyStepBackToLeadSurrogate()

Completed in 12 milliseconds