Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
remoteFunctionCallForJSFunction-should-placate-overflow-check2.js
blob: 6dd75519766a1923b8ddae85711605aea2e01533 [
file
] [
log
] [
blame
] [
edit
]
//@ requireOptions("--watchdog=1", "--watchdog-exception-ok")
try
{
let shadowRealm
=
new
ShadowRealm
();
for
(
let i
=
0
;
i
<
1000
;
i
++)
{
let fn
=
shadowRealm
.
evaluate
(`()=>{}`);
fn
(
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
}
}
catch
(
e
)
{
}