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
/
baseline
/
bug916039.js
blob: f35d31ceb0814a6d34fda6a16f15d556ec773549 (
plain
)
1
2
3
4
(
function
()
{
"use strict"
;
assertEq
(
eval
(
"this"
),
undefined
);
})();