Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 7dd2c73e99bb86744b6a537fa354e4ef53bc7772..8a7ee2702f284e2a3d74cf0458849e31a42fbb49 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10142,6 +10142,7 @@ class JSArray: public JSObject { |
// If the JSArray has fast elements, and new_length would result in |
// normalization, returns true. |
+ bool SetLengthWouldNormalize(uint32_t new_length); |
static inline bool SetLengthWouldNormalize(Heap* heap, uint32_t new_length); |
// Initializes the array to a certain length. |