summaryrefslogtreecommitdiff
path: root/deps/v8/test/js-perf-test/JSTests2.json
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2022-04-12 11:10:15 +0200
committerMichaël Zasso <targos@protonmail.com>2022-04-12 22:08:39 +0200
commitfd4f80ce54d7f7b7503e0999f6a9d293d493846d (patch)
tree00fba34b8aabeb481c7128fccee635719ee44a3b /deps/v8/test/js-perf-test/JSTests2.json
parent73d53fe9f56d7ce5de4b9c9ad5257dc601bbce14 (diff)
downloadnode-new-fd4f80ce54d7f7b7503e0999f6a9d293d493846d.tar.gz
deps: update V8 to 10.1.124.6
PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'deps/v8/test/js-perf-test/JSTests2.json')
-rw-r--r--deps/v8/test/js-perf-test/JSTests2.json21
1 files changed, 19 insertions, 2 deletions
diff --git a/deps/v8/test/js-perf-test/JSTests2.json b/deps/v8/test/js-perf-test/JSTests2.json
index 0933c7da07..0ef7e4cc04 100644
--- a/deps/v8/test/js-perf-test/JSTests2.json
+++ b/deps/v8/test/js-perf-test/JSTests2.json
@@ -60,7 +60,8 @@
"resources": [
"filter.js", "map.js", "every.js", "join.js", "some.js", "reduce.js",
"reduce-right.js", "to-string.js", "find.js", "find-index.js",
- "from.js", "of.js", "for-each.js", "slice.js", "copy-within.js"
+ "from.js", "of.js", "for-each.js", "slice.js", "copy-within.js",
+ "index-of.js", "includes.js"
],
"flags": [
"--allow-natives-syntax"
@@ -181,7 +182,23 @@
{"name": "SmiCopyWithin"},
{"name": "StringCopyWithin"},
{"name": "SparseSmiCopyWithin"},
- {"name": "SparseStringCopyWithin"}
+ {"name": "SparseStringCopyWithin"},
+ {"name": "SmiIndexOf"},
+ {"name": "SparseSmiIndexOf"},
+ {"name": "DoubleIndexOf"},
+ {"name": "SparseDoubleIndexOf"},
+ {"name": "ObjectIndexOf"},
+ {"name": "SparseObjectIndexOf"},
+ {"name": "StringIndexOf"},
+ {"name": "SparseStringIncludes"},
+ {"name": "SmiIncludes"},
+ {"name": "SparseSmiIncludes"},
+ {"name": "DoubleIncludes"},
+ {"name": "SparseDoubleIncludes"},
+ {"name": "ObjectIncludes"},
+ {"name": "SparseObjectIncludes"},
+ {"name": "StringIncludes"},
+ {"name": "SparseStringIncludes"}
]
}
]