Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
JSTests
/
stress
/
data-view-set-intrinsic-undefined-result.js
blob: 15709cb412b859b72736dfba1304945486d87701 [
file
] [
log
] [
blame
]
let setInt8
=
DataView
.
prototype
.
setInt8
;
function
foo
()
{
new
bar
();
xyz
(
setInt8
(
0
,
0
));
}
function
bar
(
a
)
{
if
(
a
)
{
return
;
}
if
(
0
===
undefined
)
{
}
a
=
+
String
(
0
);
foo
(
0
);
}
try
{
foo
();
}
catch
{
}