Sign in
webkit
/
WebKit
/
34f5efbbe2903324708c7d6f83220e30b3f6ddd8
/
.
/
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
){}
}