Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
json-parse-very-nested.js
blob: fd243e4256ab99ca36be608b0c5bea134090853f [
file
] [
log
] [
blame
] [
edit
]
var
string
=
'['
.
repeat
(
1000000
)
+
']'
.
repeat
(
1000000
);
JSON
.
parse
(
string
);