Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 4b5b51d9d90e2363c3542c877a5489f8ddb7203d..fb818ec319467920fe1ff916d6e66c9287e611dd 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5344,6 +5344,7 @@ class Map: public HeapObject { |
inline void deprecate(); |
inline bool is_deprecated(); |
inline bool CanBeDeprecated(); |
+ static inline Handle<Map> CurrentMapForDeprecated(Handle<Map> map); |
danno
2013/05/02 15:27:18
Comment with a few words?
|
MUST_USE_RESULT MaybeObject* RawCopy(int instance_size); |
MUST_USE_RESULT MaybeObject* CopyWithPreallocatedFieldDescriptors(); |