Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
microbenchmarks
/
json-stringify-short-strings-upconvert.js
blob: eacf271e5504cc728d04f94cf65749088bb17dc1 [
file
] [
edit
]
const
value
=
{
wide
:
"\u{1F600}"
};
for
(
let i
=
0
;
i
<
200
;
++
i
)
value
[
"abcdefgh"
+
i
]
=
"ijklmnop"
+
i
;
for
(
let i
=
0
;
i
<
5e4
;
++
i
)
JSON
.
stringify
(
value
);