Index: runtime/vm/isolate.cc |
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
index aa851bfed4250cc6e7bd8dbb0b0b2c01f73a28ac..d790db63fe812573d63109a9bf88e5882255c55f 100644 |
--- a/runtime/vm/isolate.cc |
+++ b/runtime/vm/isolate.cc |
@@ -2090,6 +2090,8 @@ void Isolate::PrintJSON(JSONStream* stream, bool ref) { |
} |
} |
} |
+ |
+ jsobj.AddProperty("threads", thread_registry_); |
} |
#endif |