Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3dc6188997bdead58671bc9982202033e64f5e38..60fe54d32c54c33d0acd4b1c694fdc4f3384d17f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8381,6 +8381,7 @@ class JSArray: public JSObject { |
// Initializes the array to a certain length. |
inline bool AllowsSetElementsLength(); |
+ // Can cause GC. |
MUST_USE_RESULT MaybeObject* SetElementsLength(Object* length); |
// Set the content of the array to the content of storage. |