Home
last modified time | relevance | path

Searched refs:RegExpDisjunction (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dast.cc692 Interval RegExpDisjunction::CaptureRegisters() { in CaptureRegisters()
745 bool RegExpDisjunction::IsAnchoredAtStart() { in IsAnchoredAtStart()
755 bool RegExpDisjunction::IsAnchoredAtEnd() { in IsAnchoredAtEnd()
804 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) { in VisitDisjunction()
951 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction() function in v8::internal::RegExpDisjunction
Dast.h142 class RegExpDisjunction; variable
2221 class RegExpDisjunction: public RegExpTree {
2223 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives);
2227 virtual RegExpDisjunction* AsDisjunction();
Djsregexp.cc3722 RegExpNode* RegExpDisjunction::ToNode(RegExpCompiler* compiler, in ToNode()
Dparser.cc198 return new(zone()) RegExpDisjunction(alternatives_.GetList()); in ToRegExp()