Home
last modified time | relevance | path

Searched refs:AFTER_NEWLINE (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-dotprinter.cc187 case AssertionNode::AFTER_NEWLINE: in VisitAssertion()
Dregexp-nodes.h465 AFTER_NEWLINE enumerator
480 return on_success->zone()->New<AssertionNode>(AFTER_NEWLINE, on_success); in AfterNewline()
Dregexp-compiler.cc2276 case AFTER_NEWLINE: in Emit()