Sign in
webkit
/
WebKit
/
b77ef60f9e352abd5f0b9f65cef7d6cf3a025367
/
.
/
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
);