Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 74aaedf58ba55a599e11704f9eecd339cb2ec76a..72f479b666a40de9a57e8e45791cdd3235acc7b0 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5557,6 +5557,7 @@ class Code: public HeapObject { |
// For kind STUB or ICs, tells whether or not a code object was generated by |
// the optimizing compiler (but it may not be an optimized function). |
bool is_crankshafted(); |
+ bool is_hydrogen_stub(); // Crankshafted, but not a function. |
inline void set_is_crankshafted(bool value); |
// [optimizable]: For FUNCTION kind, tells if it is optimizable. |