diff options
Diffstat (limited to 'chromium/v8/src/objects/js-array.h')
-rw-r--r-- | chromium/v8/src/objects/js-array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/v8/src/objects/js-array.h b/chromium/v8/src/objects/js-array.h index 86d14f1924b..6cf54df896f 100644 --- a/chromium/v8/src/objects/js-array.h +++ b/chromium/v8/src/objects/js-array.h @@ -30,6 +30,7 @@ class JSArray : public JSObject { // is set to a smi. This matches the set function on FixedArray. inline void set_length(Smi length); + static bool MayHaveReadOnlyLength(Map js_array_map); static bool HasReadOnlyLength(Handle<JSArray> array); static bool WouldChangeReadOnlyLength(Handle<JSArray> array, uint32_t index); |