Home | History | Annotate | Download | only in src

Lines Matching defs:RegExpAlternative

687 Interval RegExpAlternative::CaptureRegisters() {
723 bool RegExpAlternative::IsAnchoredAtStart() {
734 bool RegExpAlternative::IsAnchoredAtEnd() {
815 void* RegExpUnparser::VisitAlternative(RegExpAlternative* that, void* data) {
965 RegExpAlternative::RegExpAlternative(ZoneList<RegExpTree*>* nodes)