Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5024 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in NegativeLookaroundAgainstReadDirectionAndMatch() local
5026 return lookaround.ForMatch(negative_match); in NegativeLookaroundAgainstReadDirectionAndMatch()
5039 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in MatchAndNegativeLookaroundInReadDirection() local
5042 zone, match, read_backward, lookaround.ForMatch(negative_match)); in MatchAndNegativeLookaroundInReadDirection()