index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
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);