| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index ad0539f4609bfb4b795e489776dbf1d78c05b1ff..462ff746e2155479958e4c149c296f645d383567 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -294,7 +294,7 @@ enum GarbageCollector { SCAVENGER, MARK_COMPACTOR };
|
|
|
| enum Executability { NOT_EXECUTABLE, EXECUTABLE };
|
|
|
| -enum VisitMode { VISIT_ALL, VISIT_ONLY_STRONG };
|
| +enum VisitMode { VISIT_ALL, VISIT_ALL_IN_SCAVENGE, VISIT_ONLY_STRONG };
|
|
|
|
|
| // A CodeDesc describes a buffer holding instructions and relocation
|
|
|