Searched refs:on_match_success (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-ast.h | 475 RegExpNode* on_match_success() { return on_match_success_; } in on_match_success() function
|
D | jsregexp.cc | 5024 zone, lookbehind, !read_backward, lookaround.on_match_success()); in NegativeLookaroundAgainstReadDirectionAndMatch() 5039 zone, lookahead, read_backward, lookaround.on_match_success()); in MatchAndNegativeLookaroundInReadDirection() 5756 RegExpNode* match = body_->ToNode(compiler, builder.on_match_success()); in ToNode() 6609 zone, trail_surrogates, false, builder.on_match_success()); in OptionallyStepBackToLeadSurrogate()
|