Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 9141cb9785ab8ca49ebecce9c07a6175f1d379e7..5bfa60423a0e0d3c355be1d4535729baa57fc1b3 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10076,6 +10076,9 @@ class JSArray: public JSObject { |
Handle<Object> name, PropertyDescriptor* desc, |
ShouldThrow should_throw); |
+ static bool AnythingToArrayLength(Isolate* isolate, |
+ Handle<Object> length_object, |
+ uint32_t* output); |
static bool ArraySetLength(Isolate* isolate, Handle<JSArray> a, |
PropertyDescriptor* desc, |
ShouldThrow should_throw); |