Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index ae10b72de7e0e888133453146c0c44e88ab95a94..825f844658a577755f6be25afb579e720aea3467 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -295,6 +295,8 @@ enum GarbageCollector { SCAVENGER, MARK_COMPACTOR }; |
enum Executability { NOT_EXECUTABLE, EXECUTABLE }; |
+enum VisitMode { VISIT_ALL, VISIT_ONLY_STRONG }; |
+ |
// A CodeDesc describes a buffer holding instructions and relocation |
// information. The instructions start at the beginning of the buffer |