Searched defs:negative_match (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/regexp/
H A Djsregexp.cc5028 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( local
5030 return lookaround.ForMatch(negative_match);
5043 RegExpNode* negative_match = TextNode::CreateForCharacterRanges( local
5046 zone, match, read_backward, lookaround.ForMatch(negative_match));

Completed in 52 milliseconds