Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h686 static constexpr int kContinueIndex = 1; variable
691 return alternatives()->at(kContinueIndex).node(); in continue_node()
Dregexp-compiler.cc1999 alternatives_->at(kContinueIndex).set_node(replacement); in FilterOneByte()
3556 VisitChoice(that, NegativeLookaroundChoiceNode::kContinueIndex); in VisitNegativeLookaroundChoiceContinueNode()