Home
last modified time | relevance | path

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

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