Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
anyint-index.js
blob: 316ce316ebbc72c2296cfdc6f3b3d19e3a350417 [
file
] [
log
] [
blame
]
let ta
=
new
Uint8Array
(
1
);
function
foo
(
arg0
)
{
'a'
.
__defineGetter__
(
'x'
,
()
=>
{
arg0
;
});
arg0
**=
0
;
ta
[
arg0
];
}
for
(
let i
=
0
;
i
<
10000
;
i
++)
{
foo
(
0
);
}