Sign in
webkit
/
WebKit
/
4998104f692eb1d9136695fb6ec92704feed5358
/
.
/
JSTests
/
stress
/
r238510-bad-loop.js
blob: be899b7d3e0b5d8ee0e6d70bd122339581a23086 [
file
] [
log
] [
blame
]
function
foo
()
{
return
function
()
{
eval
();
}
}
noInline
(
foo
);
for
(
let i
=
0
;
i
<
100000
;
++
i
)
{
foo
();
}