Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc3249 TextNode* TextNode::CreateForCharacterRanges(Zone* zone, in CreateForCharacterRanges() function in v8::internal::TextNode
4875 result->AddAlternative(GuardedAlternative(TextNode::CreateForCharacterRanges( in AddBmpCharacters()
4944 RegExpNode* match_node = TextNode::CreateForCharacterRanges( in NegativeLookaroundAgainstReadDirectionAndMatch()
4950 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in NegativeLookaroundAgainstReadDirectionAndMatch()
4964 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in MatchAndNegativeLookaroundInReadDirection()
4966 return TextNode::CreateForCharacterRanges( in MatchAndNegativeLookaroundInReadDirection()
5038 return TextNode::CreateForCharacterRanges(zone, range, false, on_success, in UnanchoredAdvance()
5600 RegExpNode* backward = TextNode::CreateForCharacterRanges( in BoundaryAssertionAsLookaround()
5606 RegExpNode* forward = TextNode::CreateForCharacterRanges( in BoundaryAssertionAsLookaround()
6615 RegExpNode* step_back = TextNode::CreateForCharacterRanges( in OptionallyStepBackToLeadSurrogate()
[all …]
Djsregexp.h705 static TextNode* CreateForCharacterRanges(Zone* zone,