Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index a358335fba739c94eeb2d78e725f68e9ec5d4c2f..ef2952692012810d9a5b179ee1bcf8b7a370da4d 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -363,6 +363,7 @@ typedef List<HeapObject*> DebugObjectCache; |
V(int, pending_microtask_count, 0) \ |
V(bool, autorun_microtasks, true) \ |
V(HStatistics*, hstatistics, NULL) \ |
+ V(HStatistics*, tstatistics, NULL) \ |
V(HTracer*, htracer, NULL) \ |
V(CodeTracer*, code_tracer, NULL) \ |
V(bool, fp_stubs_generated, false) \ |
@@ -1067,6 +1068,7 @@ class Isolate { |
int id() const { return static_cast<int>(id_); } |
HStatistics* GetHStatistics(); |
+ HStatistics* GetTStatistics(); |
HTracer* GetHTracer(); |
CodeTracer* GetCodeTracer(); |