rawsweets
04-26-2004, 02:16 AM
Hey all,
I'm googled out! This question is a feeler on any information about how Safari implements the Function.caller property. This property works in fox/moz... so why not Safari? Or, if it does, is it done differently?
Here's my simple test, you can paste it in your browsers adddresbar for a quick fix.
javascript:function a(){alert('called by:\n'+a.caller)}function b(){a()}b();
Any help, pointers or tips would be greatly appreciated.
I'm googled out! This question is a feeler on any information about how Safari implements the Function.caller property. This property works in fox/moz... so why not Safari? Or, if it does, is it done differently?
Here's my simple test, you can paste it in your browsers adddresbar for a quick fix.
javascript:function a(){alert('called by:\n'+a.caller)}function b(){a()}b();
Any help, pointers or tips would be greatly appreciated.