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
/
jaeger
/
inline
/
bug655954.js
blob: f57488b9594d32d94f956f404b6e3193ca73c508 (
plain
)
1
2
3
4
5
// |jit-test| error: TypeError
foo
();
function
foo
()
{
this
();
}