Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1d02ed7c2c495ec1f064a8403be584083c0d83ae..7426b2730d4e880eba41797217d0fffa732408f9 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 an non-empty stub code cache. |
Hannes Payer (out of office)
2013/07/16 14:39:28
"a non-empty stub..."
rmcilroy_google
2013/07/16 15:03:01
Done.
|
+ inline bool has_code_cache(); |
+ |
// [prototype]: implicit prototype object. |
DECL_ACCESSORS(prototype, Object) |