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