Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index d67a1d6c385922a439c4a80263ef741789347b2b..14be1fb4bf9b9bf919ed8d004ba5dc1180913000 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -378,6 +378,7 @@ |
V(HashMap*, external_reference_map, NULL) \ |
V(HashMap*, root_index_map, NULL) \ |
V(int, pending_microtask_count, 0) \ |
+ V(bool, autorun_microtasks, true) \ |
V(HStatistics*, hstatistics, NULL) \ |
V(CompilationStatistics*, turbo_statistics, NULL) \ |
V(HTracer*, htracer, NULL) \ |