Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1faae8613b4d2e61e57a47bcef8c9f0f7df1b8f0..277df06ccac555344997191744076506f6e2ee20 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -232,6 +232,9 @@ static inline bool IsGrowStoreMode(KeyedAccessStoreMode store_mode) { |
} |
+enum IcCheckType { ELEMENT, PROPERTY }; |
+ |
+ |
// Setter that skips the write barrier if mode is SKIP_WRITE_BARRIER. |
enum WriteBarrierMode { SKIP_WRITE_BARRIER, UPDATE_WRITE_BARRIER }; |