Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h535 RegExpNode* ForMatch(RegExpNode* match);
Djsregexp.cc4952 return lookaround.ForMatch(negative_match); in NegativeLookaroundAgainstReadDirectionAndMatch()
4967 zone, match, read_backward, lookaround.ForMatch(negative_match), flags); in MatchAndNegativeLookaroundInReadDirection()
5604 lookbehind.ForMatch(backward), in BoundaryAssertionAsLookaround()
5608 result->AddAlternative(GuardedAlternative(lookahead.ForMatch(forward))); in BoundaryAssertionAsLookaround()
5713 RegExpNode* RegExpLookaround::Builder::ForMatch(RegExpNode* match) { in ForMatch() function in v8::internal::RegExpLookaround::Builder
5749 result = builder.ForMatch(match); in ToNode()
6623 GuardedAlternative(builder.ForMatch(match_trail))); in OptionallyStepBackToLeadSurrogate()