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
/
ion
/
bug1216151.js
blob: 5f549ef516217779ead82dc71d98b9bc580bd83b (
plain
)
1
2
3
4
5
6
new
function
()
{
var
x
=
{};
(
function
()
{
return
x
;
})();
}