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
/
relazify-selfhosted.js
blob: 63cad1c2d103c407014879f0d6a5d1cb1a1c4f35 (
plain
)
1
2
3
4
var
g
=
newGlobal
();
g
.
eval
(
"this.inner = getSelfHostedValue('outer')()"
);
gc
();
g
.
inner
();