summaryrefslogtreecommitdiff
path: root/deps/v8/src/array.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/array.js')
-rw-r--r--deps/v8/src/array.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/array.js b/deps/v8/src/array.js
index 337e14002..cf99aceb6 100644
--- a/deps/v8/src/array.js
+++ b/deps/v8/src/array.js
@@ -1480,6 +1480,7 @@ function SetUpArray() {
find: true,
findIndex: true,
keys: true,
+ values: true,
};
%AddNamedProperty($Array.prototype, symbolUnscopables, unscopables,
DONT_ENUM | READ_ONLY);