Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index f295c06dac7feaa52a91a88c031bb755098b3ef3..a116971051eba074c2fe4b0f656bf74169140d4c 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -250,6 +250,7 @@ class TypeFeedbackOracle: public ZoneObject { |
bool StoreIsPreMonomorphic(TypeFeedbackId ast_id); |
bool StoreIsKeyedPolymorphic(TypeFeedbackId ast_id); |
bool CallIsMonomorphic(Call* expr); |
+ bool KeyedArrayCallIsHoley(Call* expr); |
bool CallNewIsMonomorphic(CallNew* expr); |
bool ObjectLiteralStoreIsMonomorphic(ObjectLiteralProperty* prop); |