index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
baseline
/
callee.js
blob: 328574dcc9d693368035e53aee9006d26bd0c75f (
plain
)
1
2
3
4
5
ff
=
(
function
g
()
{
for
(
var
i
=
0
;
i
<
15
;
i
++
)
{}
return
g
;
});
assertEq
(
ff
(),
ff
);