Index: src/type-info.h |
diff --git a/src/type-info.h b/src/type-info.h |
index 76a45dc84770d9972f416dc6f4dec2b207c2e6ff..45c485c55af5e0d18d1d92a3e7d84325d6d5c6dd 100644 |
--- a/src/type-info.h |
+++ b/src/type-info.h |
@@ -28,6 +28,7 @@ class TypeFeedbackOracle: public ZoneObject { |
bool StoreIsUninitialized(TypeFeedbackId id); |
bool CallIsUninitialized(FeedbackVectorICSlot slot); |
bool CallIsMonomorphic(FeedbackVectorICSlot slot); |
+ bool CallIsBuiltinWithMinusZeroResult(FeedbackVectorICSlot slot); |
bool KeyedArrayCallIsHoley(TypeFeedbackId id); |
bool CallNewIsMonomorphic(FeedbackVectorSlot slot); |