Lines Matching refs:JSONWriter
35 using node::JSONWriter;
63 static void PrintVersionInformation(JSONWriter* writer);
64 static void PrintJavaScriptErrorStack(JSONWriter* writer,
68 static void PrintJavaScriptErrorProperties(JSONWriter* writer,
71 static void PrintNativeStack(JSONWriter* writer);
72 static void PrintResourceUsage(JSONWriter* writer);
73 static void PrintGCStatistics(JSONWriter* writer, Isolate* isolate);
74 static void PrintSystemInformation(JSONWriter* writer);
75 static void PrintLoadedLibraries(JSONWriter* writer);
76 static void PrintComponentVersions(JSONWriter* writer);
77 static void PrintRelease(JSONWriter* writer);
78 static void PrintCpuInfo(JSONWriter* writer);
79 static void PrintNetworkInterfaceInfo(JSONWriter* writer);
199 JSONWriter writer(out, compact); in WriteNodeReport()
208 writer.json_keyvalue("filename", JSONWriter::Null{}); in WriteNodeReport()
247 writer.json_keyvalue("threadId", JSONWriter::Null{}); in WriteNodeReport()
337 writer.json_element(JSONWriter::ForeignJSON { worker_info }); in WriteNodeReport()
351 static void PrintVersionInformation(JSONWriter* writer) { in PrintVersionInformation()
405 static void PrintCpuInfo(JSONWriter* writer) { in PrintCpuInfo()
426 static void PrintNetworkInterfaceInfo(JSONWriter* writer) { in PrintNetworkInterfaceInfo()
477 static void PrintJavaScriptErrorProperties(JSONWriter* writer, in PrintJavaScriptErrorProperties()
511 static void PrintJavaScriptErrorStack(JSONWriter* writer, in PrintJavaScriptErrorStack()
553 static void PrintNativeStack(JSONWriter* writer) { in PrintNativeStack()
574 static void PrintGCStatistics(JSONWriter* writer, Isolate* isolate) { in PrintGCStatistics()
611 static void PrintResourceUsage(JSONWriter* writer) { in PrintResourceUsage()
664 static void PrintSystemInformation(JSONWriter* writer) { in PrintSystemInformation()
738 static void PrintLoadedLibraries(JSONWriter* writer) { in PrintLoadedLibraries()
747 static void PrintComponentVersions(JSONWriter* writer) { in PrintComponentVersions()
761 static void PrintRelease(JSONWriter* writer) { in PrintRelease()