Getting value of arguments.caller within a function

Is it possible to trace the name of arguments.caller property?

I tried


trace (arguments.caller.toString());

but that doesn’t work.

Any suggestions?