Lines Matching refs:JSONWriter
64 static void PrintVersionInformation(JSONWriter* writer);
65 static void PrintJavaScriptErrorStack(JSONWriter* writer,
69 static void PrintEmptyJavaScriptStack(JSONWriter* writer);
70 static void PrintJavaScriptStack(JSONWriter* writer,
73 static void PrintJavaScriptErrorProperties(JSONWriter* writer,
76 static void PrintNativeStack(JSONWriter* writer);
77 static void PrintResourceUsage(JSONWriter* writer);
78 static void PrintGCStatistics(JSONWriter* writer, Isolate* isolate);
79 static void PrintSystemInformation(JSONWriter* writer);
80 static void PrintLoadedLibraries(JSONWriter* writer);
81 static void PrintComponentVersions(JSONWriter* writer);
82 static void PrintRelease(JSONWriter* writer);
83 static void PrintCpuInfo(JSONWriter* writer);
84 static void PrintNetworkInterfaceInfo(JSONWriter* writer);
108 JSONWriter writer(out, compact); in WriteNodeReport()
117 writer.json_keyvalue("filename", JSONWriter::Null{}); in WriteNodeReport()
156 writer.json_keyvalue("threadId", JSONWriter::Null{}); in WriteNodeReport()
244 writer.json_element(JSONWriter::ForeignJSON { worker_info }); in WriteNodeReport()
258 static void PrintVersionInformation(JSONWriter* writer) { in PrintVersionInformation()
312 static void PrintCpuInfo(JSONWriter* writer) { in PrintCpuInfo()
333 static void PrintNetworkInterfaceInfo(JSONWriter* writer) { in PrintNetworkInterfaceInfo()
384 static void PrintJavaScriptErrorProperties(JSONWriter* writer, in PrintJavaScriptErrorProperties()
446 static void PrintEmptyJavaScriptStack(JSONWriter* writer) { in PrintEmptyJavaScriptStack()
457 static void PrintJavaScriptStack(JSONWriter* writer, in PrintJavaScriptStack()
510 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()
626 static void PrintResourceUsage(JSONWriter* writer) { in PrintResourceUsage()
713 static void PrintSystemInformation(JSONWriter* writer) { in PrintSystemInformation()
787 static void PrintLoadedLibraries(JSONWriter* writer) { in PrintLoadedLibraries()
796 static void PrintComponentVersions(JSONWriter* writer) { in PrintComponentVersions()
827 static void PrintRelease(JSONWriter* writer) { in PrintRelease()