Home
last modified time | relevance | path

Searched defs:DotPrinterImpl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-dotprinter.cc17 class DotPrinterImpl : public NodeVisitor { class
19 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl() function in v8::internal::DotPrinterImpl
Dregexp-nodes.h391 friend class DotPrinterImpl; variable