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