Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 8fe581813b35cc94e3e3d7dd02d06db4ef4ee4a9..5ec6929a33cc052c63bd9876d1727f4bc41ed4d8 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -25,6 +25,7 @@ class TypeFeedbackOracle: public ZoneObject { |
bool LoadIsUninitialized(TypeFeedbackId id); |
bool StoreIsUninitialized(TypeFeedbackId id); |
+ bool CallIsUninitialized(FeedbackVectorICSlot slot); |
bool CallIsMonomorphic(FeedbackVectorICSlot slot); |
bool KeyedArrayCallIsHoley(TypeFeedbackId id); |
bool CallNewIsMonomorphic(FeedbackVectorSlot slot); |