Index: src/type-feedback-vector.h |
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h |
index 6a7d6663ae9e08a536246dfe55ba4b7306754679..86292a2ab008d11faf8b449fc171d09c41debc62 100644 |
--- a/src/type-feedback-vector.h |
+++ b/src/type-feedback-vector.h |
@@ -213,6 +213,9 @@ class TypeFeedbackVector : public FixedArray { |
ClearICSlotsImpl(shared, false); |
} |
+ static void ClearAllKeyedStoreICs(Isolate* isolate); |
+ void ClearKeyedStoreICs(SharedFunctionInfo* shared); |
+ |
// The object that indicates an uninitialized cache. |
static inline Handle<Object> UninitializedSentinel(Isolate* isolate); |