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);
117 writer.json_keyvalue("filename", JSONWriter::Null{});
156 writer.json_keyvalue("threadId", JSONWriter::Null{});
244 writer.json_element(JSONWriter::ForeignJSON { worker_info });
258 static void PrintVersionInformation(JSONWriter* writer) {
312 static void PrintCpuInfo(JSONWriter* writer) {
333 static void PrintNetworkInterfaceInfo(JSONWriter* writer) {
384 static void PrintJavaScriptErrorProperties(JSONWriter* writer,
446 static void PrintEmptyJavaScriptStack(JSONWriter* writer) {
457 static void PrintJavaScriptStack(JSONWriter* writer,
510 static void PrintJavaScriptErrorStack(JSONWriter* writer,
553 static void PrintNativeStack(JSONWriter* writer) {
574 static void PrintGCStatistics(JSONWriter* writer, Isolate* isolate) {
626 static void PrintResourceUsage(JSONWriter* writer) {
713 static void PrintSystemInformation(JSONWriter* writer) {
787 static void PrintLoadedLibraries(JSONWriter* writer) {
796 static void PrintComponentVersions(JSONWriter* writer) {
827 static void PrintRelease(JSONWriter* writer) {