Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
string-overflow-in-dfg-graph-dump.js
blob: 0bcb92fab208e3a882d29d2a6f690fc2810c677f [
file
] [
log
] [
blame
]
//@ skip if $memoryLimited
//@ runDefault("--validateAbstractInterpreterState=1", "--jitPolicyScale=0", "--useConcurrentJIT=0")
const
s
=
'A'
.
repeat
(
2
**
25
*
5
);
const
o
=
{};
for
(
let i
=
0
;
i
<
1
;
i
++)
{
o
[
s
];
for
(
let j
=
0
;
j
<
10
;
j
++)
{
}
}