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
/
testEvalInFunctionCallee.js
blob: 81f757fa621ce4bd466c3380e6591cc12a4013c7 (
plain
)
1
2
3
4
function
f
(
x
,
y
)
{
eval
(
"assertEq(arguments.callee, f)"
);
}
f
(
1
,
2
);