Sign in
webkit
/
WebKit
/
3bfe02ac6241b954bcb850b1c53302dee8a2d3bf
/
.
/
JSTests
/
microbenchmarks
/
json-stringify-array-replacer.js
blob: 0202027aa457fa01aeec19d0ab5382f8118d6c10 [
file
] [
log
] [
blame
]
const
replacer
=
new
Array
(
15
).
fill
(
'key'
);
for
(
let i
=
0
;
i
<
1e6
;
++
i
)
JSON
.
stringify
(
null
,
replacer
);