Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
JSTests
/
stress
/
gettypedarraylengthasint52-must-be-emitted-for-typedarray.js
blob: 2661060f1095fd00c00a1fa4d983f2ba9ffdbe22 [
file
] [
log
] [
blame
]
//@ runDefault("--jitPolicyScale=0")
function
foo
(
arg0
)
{
arg0
[
0.1
]
=
''
;
for
(
let j
=
0
;
j
<
100
;
j
++);
}
foo
([
0
]);
for
(
let i
=
0
;
i
<
1000
;
i
++)
{
foo
(
0
);
}