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
/
bug807047.js
blob: 89fedd2d8a0aacfb7e842509afa6cf6e39543432 (
plain
)
1
2
3
4
5
6
7
8
9
function
f
(
code
)
{
eval
(
code
)
}
f
(
"\
function h({x}) {\
print(x)\
}\
h(/x/);\
"
)