Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
has-indexed-property-should-accept-non-int32.js
blob: 181ca9c74ea01dbb8234acfb72e886156663f2d8 [
file
] [
log
] [
blame
]
//@ runDefault("--useRandomizingFuzzerAgent=1", "--jitPolicyScale=0", "--useConcurrentJIT=0")
function
foo
(
obj
)
{
for
(
var
x in obj
)
{
if
(
0
>
0
)
{
break
;
}
}
0
&&
Object
.
prototype
.
hasOwnProperty
}
foo
([]);
foo
([]);
foo
([
0
,
0
]);