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
/
jaeger
/
bug598696.js
blob: 129275d2a523d1293dd13f897d687c3566e79320 (
plain
)
1
2
3
4
5
6
function
f
()
{
eval
();
var
i
=
0
;
assertEq
(
++
i
,
1
);
}
f
();