Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3213b6032414ffd95430d4531f99e8982171852f..9122e16855f747305fdb8b5ae79075c4ffcd31ac 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1626,6 +1626,8 @@ class JSObject: public JSReceiver { |
static inline bool TryTransitionToField(Handle<JSObject> object, |
Handle<String> key); |
+ inline int LastAddedFieldIndex(); |
+ |
// Extend the receiver with a single fast property appeared first in the |
// passed map. This also extends the property backing store if necessary. |
static void AddFastPropertyUsingMap(Handle<JSObject> object, Handle<Map> map); |