index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
ion
/
bug914341.js
blob: 2f0bb3174d099ec37f265636323b99f1bb64ee45 (
plain
)
1
2
3
4
5
function
f
()
{
assertEq
(
typeof
eval
(
"this"
),
"object"
);
}
for
(
var
i
=
0
;
i
<
5
;
i
++
)
f
();