Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index b5213e8b784707ddbe704a7a50d6656989d97490..5102db77b5ce495c571eddeddaa1c77071960535 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1161,6 +1161,7 @@ class JSObject: public HeapObject { |
inline bool HasExternalIntElements(); |
inline bool HasExternalUnsignedIntElements(); |
inline bool HasExternalFloatElements(); |
+ inline bool AllowsSetElementsLength(); |
inline NumberDictionary* element_dictionary(); // Gets slow elements. |
// Collects elements starting at index 0. |