| Index: src/type-feedback-vector.h
|
| diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
|
| index 4b62ee86b6eafb69029e1cfbc7f300938f2b6f47..069c8318587efcff6653ccb3bd091ab11a10e430 100644
|
| --- a/src/type-feedback-vector.h
|
| +++ b/src/type-feedback-vector.h
|
| @@ -263,6 +263,9 @@
|
| void ClearSlotsAtGCTime(SharedFunctionInfo* shared) {
|
| ClearSlotsImpl(shared, false);
|
| }
|
| +
|
| + static void ClearAllKeyedStoreICs(Isolate* isolate);
|
| + void ClearKeyedStoreICs(SharedFunctionInfo* shared);
|
|
|
| // The object that indicates an uninitialized cache.
|
| static inline Handle<Symbol> UninitializedSentinel(Isolate* isolate);
|
| @@ -603,7 +606,7 @@
|
| List<Handle<Object>>* handlers);
|
| void ConfigurePolymorphic(MapHandleList* maps,
|
| MapHandleList* transitioned_maps,
|
| - List<Handle<Object>>* handlers);
|
| + CodeHandleList* handlers);
|
| void ConfigureMegamorphicKeyed(IcCheckType property_type);
|
|
|
| KeyedAccessStoreMode GetKeyedAccessStoreMode() const;
|
|
|