Sign in
webkit
/
WebKit
/
919aeb989a73073e2f1d75e53d7d882b3cc61ca8
/
.
/
JSTests
/
stress
/
validate-does-gc-with-return-early-from-infinite-loop-2.js
blob: 8d14d4f1d6b1b12dbc77ab7b5816aa997649d99d [
file
] [
log
] [
blame
]
//@ runDefault("--returnEarlyFromInfiniteLoopsForFuzzing=true", "--earlyReturnFromInfiniteLoopsLimit=100000", "--useConcurrentJIT=false", "--useFTLJIT=false", "--validateDoesGC=true")
if
(
$vm
.
useJIT
())
{
while
(
1
){}
}