// function functionname(){ // function b(){ // console.log(arguments.callee.caller.name); // } // b(); // } // functionname();