Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
JSTests
/
stress
/
int52-to-string-in-loop-removed.js
blob: 36c931e4d11215574823d7746b89a9188f8df58a [
file
] [
log
] [
blame
]
function
test
()
{
for
(
var
i
=
0
;
i
<
1e6
;
++
i
)
fiatInt52
(
i
).
toString
();
}
noInline
(
test
);
test
();