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