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
/
basic
/
testBug783441.js
blob: b1d6af68ab6303a4ecf6ebb209619d9c6bd070fc (
plain
)
1
assertEq
((
function
(
x
,
y
,
x
)
{
return
(
function
()
{
return
x
+
y
;
})();
})(
1
,
2
,
5
),
7
);