Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc3319 TextNode* TextNode::CreateForCharacterRanges(Zone* zone, in CreateForCharacterRanges() function in v8::internal::TextNode
4948 result->AddAlternative(GuardedAlternative(TextNode::CreateForCharacterRanges( in AddBmpCharacters()
5018 RegExpNode* match_node = TextNode::CreateForCharacterRanges( in NegativeLookaroundAgainstReadDirectionAndMatch()
5024 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in NegativeLookaroundAgainstReadDirectionAndMatch()
5039 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in MatchAndNegativeLookaroundInReadDirection()
5041 return TextNode::CreateForCharacterRanges( in MatchAndNegativeLookaroundInReadDirection()
5108 return TextNode::CreateForCharacterRanges(zone, range, false, on_success); in UnanchoredAdvance()
6597 RegExpNode* step_back = TextNode::CreateForCharacterRanges( in OptionallyStepBackToLeadSurrogate()
6601 RegExpNode* match_trail = TextNode::CreateForCharacterRanges( in OptionallyStepBackToLeadSurrogate()
Djsregexp.h677 static TextNode* CreateForCharacterRanges(Zone* zone,