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