Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
int32-to-string-in-loop-removed.js
blob: d28af0130ba052f1ebf6e66c34dbb09e5f18320b [
file
] [
log
] [
blame
]
function
test
()
{
for
(
var
i
=
0
;
i
<
1e6
;
++
i
)
i
.
toString
();
}
noInline
(
test
);
test
();