Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
JSTests
/
stress
/
stack-slot-needs-to-use-more-than-uint16.js
blob: 7952b37d291c13291cb8495883f36baee3fe1bba [
file
] [
log
] [
blame
]
//@ skip if $buildType == "debug"
let script
=
'_,'
.
repeat
(
5000
);
script
+=
''
;
let g
=
new
Function
(
script
,
'if (0) g();'
);
for
(
let i
=
0
;
i
<
1000
;
++
i
)
{
g
(
0
);
}