Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
JSTests
/
stress
/
dead-fiat-int32-to-int52.js
blob: 5c154f44e9d43e7c4de68a527a91c3c38dcf8b5c [
file
] [
log
] [
blame
]
function
foo
(
o
)
{
fiatInt52
(
o
.
f
);
fiatInt52
(
o
.
f
);
}
noInline
(
foo
);
var
o
=
{
f
:
42
};
for
(
var
i
=
0
;
i
<
1000000
;
++
i
)
foo
(
o
);