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