Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
validate-does-gc-with-return-early-from-infinite-loop.js
blob: 5ea02262f3c75d601fdf76d0fd403f093badd7cc [
file
] [
log
] [
blame
]
//@ runDefault("--returnEarlyFromInfiniteLoopsForFuzzing=true", "--earlyReturnFromInfiniteLoopsLimit=1000000", "--useConcurrentJIT=false", "--validateDoesGC=true")
if
(
$vm
.
useJIT
())
{
while
(
1
){}
while
(
1
){}
}