Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
JSTests
/
stress
/
missing-exception-check-in-operationHasGenericProperty.js
blob: 6b27ddc1871fff42665a8ac74cf4dd3a54cd7fc6 [
file
] [
log
] [
blame
]
const
x
=
0
;
function
foo
()
{
for
(
const
q in
0
)
{
}
}
for
(
let i
=
0
;
i
<
5
;
i
++)
{
foo
();
Number
.
prototype
.
valueOf
=
0
;
}