Sign in
webkit
/
WebKit
/
87a7a7c1c7f13f5553e380a9e21b89f73f375cdc
/
.
/
JSTests
/
stress
/
call-varargs-inlining-should-not-clobber-previous-to-free-register.js
blob: 02a52a3a71beedf9442192a8c17febd35dfe6e2a [
file
] [
log
] [
blame
]
//@ runDefault("--useConcurrentJIT=0", "--watchdog=4000", "--watchdog-exception-ok")
(
function
__v0
()
{
try
{
__v0
(
__v0
.
apply
(
this
,
arguments
));
}
catch
(
e
)
{
for
(
let i
=
0
;
i
<
10000
;
i
++)
{
}
}
})(
2
);