Sign in
webkit
/
WebKit
/
d5bc8626ff9394ad3cac4aff99be89e91a8d2265
/
.
/
JSTests
/
stress
/
to-index-string-should-not-assume-incoming-value-is-uint32.js
blob: 5c8b25a0e2fcbfb9c5e66620f3eefba688053e0e [
file
] [
log
] [
blame
]
//@ runDefault("--useMaximalFlushInsertionPhase=1", "--useRandomizingFuzzerAgent=1")
function
foo
()
{
for
(
var
x in
[
'a'
,
'b'
])
{
if
(
x
===
''
)
{
break
;
}
}
return
false
&&
Object
.
prototype
.
hasOwnProperty
}
for
(
var
i
=
0
;
i
<
10000
;
++
i
)
foo
();