Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h866 class NegativeSubmatchSuccess: public EndNode {
868 NegativeSubmatchSuccess(int stack_pointer_reg, in NegativeSubmatchSuccess() function
Djsregexp.cc1373 void NegativeSubmatchSuccess::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
5706 on_match_success_ = new (zone) NegativeSubmatchSuccess( in Builder()