Home | History | Annotate | Download | only in src

Lines Matching defs:RegExpAlternative

817 Interval RegExpAlternative::CaptureRegisters() {
853 bool RegExpAlternative::IsAnchoredAtStart() {
864 bool RegExpAlternative::IsAnchoredAtEnd() {
947 void* RegExpUnparser::VisitAlternative(RegExpAlternative* that, void* data) {
1105 RegExpAlternative::RegExpAlternative(ZoneList<RegExpTree*>* nodes)