Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
array-to-string-oom.js
blob: a48df38d97d7589d8cf2ce57682e77d055c04066 [
file
] [
log
] [
blame
]
try
{
$vm
.
haveABadTime
();
const
ten
=
10
;
const
s
=
ten
.
toLocaleString
().
repeat
(
2
**
30
-
1
);
[
s
].
toString
();
}
catch
{
}