Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h495 RegExpNode* on_match_success() { return on_match_success_; } in on_match_success()
500 RegExpNode* on_match_success_; variable
Djsregexp.cc5702 on_match_success_ = ActionNode::PositiveSubmatchSuccess( in Builder()
5707 on_match_success_ = new (zone) NegativeSubmatchSuccess( in Builder()