Is there any way to get the caller inside a function?

I'v found the following document of MDC.
https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Function/caller

I'v tried following way, non of them work for Rhino.
arguments.callee.caller
func.caller
__caller__
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to