haikuwebkit/JSTests/stress/validate-does-gc-with-retur...

6 lines
213 B
JavaScript

//@ runDefault("--returnEarlyFromInfiniteLoopsForFuzzing=true", "--earlyReturnFromInfiniteLoopsLimit=1000000", "--useConcurrentJIT=false", "--validateDoesGC=true")
if ($vm.useJIT()) {
while(1){} while(1){}
}