JS: logging a callback caller function Hello() { alert("caller is " + arguments.callee.caller.toString()); }