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
/
bug1033873.js
blob: 0caae6ff490bc0bcf6fd87a7a095d1ada4f2128a (
plain
)
1
2
3
4
5
6
function
f
()
{
return
__proto__
}
f
();
f
();
assertEq
(
!!
f
(),
true
);