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