Sign in
webkit
/
WebKit
/
898462b151a4390b0e2c5949e168b50e866761ad
/
.
/
JSTests
/
stress
/
watchdog-dont-malloc-when-in-c-code.js
blob: a004b553e704ec242e24d35de369ac2c4db3d8f4 [
file
] [
log
] [
blame
]
//@ runFTLEagerWatchdog
for
(
let i
=
0
;
i
<
7000
;
++
i
)
{
mallocInALoop
();
}