Hi,
in browsers something like:
----------
function myFunc() {
alert(myFunc.caller)
}
myFunc()
function foo() { myFunc() }
foo()
----------
will alert "null" and "function foo() { ...".
Rhino doesn't support this and it seems not to be in the ECMA standard.
Would you accept this in some way in Rhino?
Cheers,
Marc.
--
Blog: http://mguillem.wordpress.com
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino