Home
last modified time | relevance | path

Searched refs:RegExpAlternative (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc41 Interval RegExpAlternative::CaptureRegisters() { in CaptureRegisters()
77 bool RegExpAlternative::IsAnchoredAtStart() { in IsAnchoredAtStart()
92 bool RegExpAlternative::IsAnchoredAtEnd() { in IsAnchoredAtEnd()
167 void* RegExpUnparser::VisitAlternative(RegExpAlternative* that, void* data) { in VisitAlternative()
331 RegExpAlternative::RegExpAlternative(ZoneList<RegExpTree*>* nodes) in RegExpAlternative() function in v8::internal::RegExpAlternative
H A Dregexp-ast.h208 class RegExpAlternative final : public RegExpTree {
210 explicit RegExpAlternative(ZoneList<RegExpTree*>* nodes);
H A Dregexp-compiler-tonode.cc739 alternatives->at(write_posn++) = zone->New<RegExpAlternative>(pair); in RationalizeConsecutiveAtoms()
1131 RegExpNode* RegExpAlternative::ToNode(RegExpCompiler* compiler, in RationalizeConsecutiveAtoms()
H A Dregexp-parser.cc2217 zone()->New<RegExpAlternative>(zone()->New<ZoneList<RegExpTree*>>( in FlushTerms()
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc58 void* VisitAlternative(RegExpAlternative* node, void*) override {
376 void* VisitAlternative(RegExpAlternative* node, void*) override {

Completed in 11 milliseconds