Sign in
webkit
/
WebKit
/
a9c91ce2c5aea1dcbb1791839037fd37c48643d1
/
.
/
JSTests
/
stress
/
error-source-location-assertion.js
blob: c84e45a8d1570108f2798ff0d7291ea058465e46 [
file
] [
log
] [
blame
]
//@ requireOptions("--useRandomizingFuzzerAgent=1", "--jitPolicyScale=0", "--useConcurrentJIT=0")
const
f
=
Uint8Array
.
of
;
for
(
let i
=
0
;
i
<
2
;
i
++)
{
try
{
f
();
}
catch
{}
}