Home
last modified time | relevance | path

Searched refs:RegExpUnparser (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-ast.cc142 class RegExpUnparser final : public RegExpVisitor { class
144 RegExpUnparser(std::ostream& os, Zone* zone) : os_(os), zone_(zone) {} in RegExpUnparser() function in v8::internal::__anon802d8fc10211::RegExpUnparser
156 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) { in VisitDisjunction()
167 void* RegExpUnparser::VisitAlternative(RegExpAlternative* that, void* data) { in VisitAlternative()
178 void RegExpUnparser::VisitCharacterRange(CharacterRange that) { in VisitCharacterRange()
186 void* RegExpUnparser::VisitCharacterClass(RegExpCharacterClass* that, in VisitCharacterClass()
199 void* RegExpUnparser::VisitAssertion(RegExpAssertion* that, void* data) { in VisitAssertion()
224 void* RegExpUnparser::VisitAtom(RegExpAtom* that, void* data) { in VisitAtom()
235 void* RegExpUnparser::VisitText(RegExpText* that, void* data) { in VisitText()
250 void* RegExpUnparser::VisitQuantifier(RegExpQuantifier* that, void* data) { in VisitQuantifier()
[all …]