Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index f09d58fc5dc53dc5a3b99abb8fd76e944373f8a9..912cdf5513cbd2cac02ffe83d70be0c4b76a7808 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5130,6 +5130,7 @@ class Code: public HeapObject { |
kind == BINARY_OP_IC; |
} |
+ bool IsContextual(); // Only valid for IC stubs. |
inline StubType type(); // Only valid for monomorphic IC stubs. |
inline int arguments_count(); // Only valid for call IC stubs. |