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