Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1d02ed7c2c495ec1f064a8403be584083c0d83ae..976458ae548ebade46ab7c8a5da481c27b200d87 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5307,6 +5307,9 @@ class Map: public HeapObject { |
inline void set_is_access_check_needed(bool access_check_needed); |
inline bool is_access_check_needed(); |
+ // Returns true if map has a non-empty stub code cache. |
+ inline bool has_code_cache(); |
+ |
// [prototype]: implicit prototype object. |
DECL_ACCESSORS(prototype, Object) |