Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 0dc5e3a22f5d2b732c8557c81b395ab72dd962e4..4f1153d30dc6462ef10def1bf855a1bee2362a14 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6110,6 +6110,8 @@ class Map: public HeapObject { |
static void AppendCallbackDescriptors(Handle<Map> map, |
Handle<Object> descriptors); |
+ static inline int SlackForArraySize(int old_size, int size_limit); |
+ |
static void EnsureDescriptorSlack(Handle<Map> map, int slack); |
// Returns the found code or undefined if absent. |