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