HomeSort by relevance Sort by last modified time
    Searched refs:RegExpDisjunction (Results 1 - 4 of 4) sorted by null

  /external/v8/src/regexp/
regexp-ast.cc 44 Interval RegExpDisjunction::CaptureRegisters() {
105 bool RegExpDisjunction::IsAnchoredAtStart() {
114 bool RegExpDisjunction::IsAnchoredAtEnd() {
152 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) {
298 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives)
regexp-ast.h 218 class RegExpDisjunction final : public RegExpTree {
220 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives);
223 RegExpDisjunction* AsDisjunction() override;
regexp-parser.cc     [all...]
jsregexp.cc     [all...]

Completed in 97 milliseconds