Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc4950 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in NegativeLookaroundAgainstReadDirectionAndMatch() local
4952 return lookaround.ForMatch(negative_match); in NegativeLookaroundAgainstReadDirectionAndMatch()
4964 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( in MatchAndNegativeLookaroundInReadDirection() local
4967 zone, match, read_backward, lookaround.ForMatch(negative_match), flags); in MatchAndNegativeLookaroundInReadDirection()