Searched defs:DotPrinterImpl (Results 1 – 2 of 2) sorted by relevance
17 class DotPrinterImpl : public NodeVisitor { class19 explicit DotPrinterImpl(std::ostream& os) : os_(os) {} in DotPrinterImpl() function in v8::internal::DotPrinterImpl
391 friend class DotPrinterImpl; variable