Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
JSTests
/
stress
/
construct-return-early-from-infinite-loop-for-fuzzer.js
blob: 41e331a805026743a046fa4f1e5bda9c1ba4b384 [
file
] [
log
] [
blame
]
//@ runDefault("--returnEarlyFromInfiniteLoopsForFuzzing=1")
function
foo
()
{
while
(
1
);
}
if
(
$vm
.
useJIT
())
{
Reflect
.
construct
(
foo
,
{});
}