Index: src/v8globals.h |
diff --git a/src/v8globals.h b/src/v8globals.h |
index 807be30df1b2a8abd131ad36633130a849e4299b..65e845571ac62e9108a14980526b6483f00e71be 100644 |
--- a/src/v8globals.h |
+++ b/src/v8globals.h |
@@ -263,6 +263,8 @@ enum InlineCacheState { |
POLYMORPHIC, |
// Many receiver types have been seen. |
MEGAMORPHIC, |
+ // A generic handler is installed and no extra typefeedback is recorded. |
+ GENERIC, |
// Special state for debug break or step in prepare stubs. |
DEBUG_STUB |
}; |