Searched defs:RegExpDisjunction (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dast.cc692 Interval RegExpDisjunction::CaptureRegisters() {
745 bool RegExpDisjunction::IsAnchoredAtStart() {
755 bool RegExpDisjunction::IsAnchoredAtEnd() {
804 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) {
951 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) function in class:v8::internal::RegExpDisjunction
H A Dast.h142 class RegExpDisjunction;
2221 class RegExpDisjunction: public RegExpTree { class in namespace:v8::internal
2223 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives);
2227 virtual RegExpDisjunction* AsDisjunction();

Completed in 61 milliseconds