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
/
bug765479.js
blob: f8587a4e091aee31c38224f8a516d9cfe2427dc7 (
plain
)
1
2
3
4
5
6
function
f
(
arr
)
{
return
arr
[
0
]
+
arr
[
1
]
+
assertEq
[
2
];
}
var
g2
=
f
(
"var b = 2;"
);