Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-dotprinter.h17 static void DotPrint(const char* label, RegExpNode* node);
Dregexp-dotprinter.cc244 void DotPrinter::DotPrint(const char* label, RegExpNode* node) { in DotPrint() function in v8::internal::DotPrinter
Dregexp.cc835 DotPrinter::DotPrint(label, node); in DotPrintForTesting()
905 if (FLAG_trace_regexp_graph) DotPrinter::DotPrint("Start", data->node); in Compile()