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
/
closures
/
bug684489.js
blob: ab44d5850f2593f5376f46a8438e308849379d72 (
plain
)
1
2
"use strict"
;
eval
(
"var x = {}; ({p: function() { x.m; }}).p();"
);