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

/external/v8/src/
H A Dast.cc864 Interval RegExpDisjunction::CaptureRegisters() {
917 bool RegExpDisjunction::IsAnchoredAtStart() {
927 bool RegExpDisjunction::IsAnchoredAtEnd() {
976 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) {
1123 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) function in class:v8::internal::RegExpDisjunction
H A Dast.h1824 class RegExpDisjunction: public RegExpTree { class in namespace:v8::internal
1826 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives);
1830 virtual RegExpDisjunction* AsDisjunction();
H A Djsregexp.cc3705 RegExpNode* RegExpDisjunction::ToNode(RegExpCompiler* compiler,
H A Dparser.cc198 return new(zone()) RegExpDisjunction(alternatives_.GetList());

Completed in 424 milliseconds