Subj : Getting stack depth at Interrupt To : netscape.public.mozilla.jseng From : Mike Moening Date : Tue Apr 05 2005 12:38 am What is the most efficient way to get the current stack depth whenever the interrupt hook is fired? I would like to do it without using the following methods: 1) Iterating the stack and keeping a counter. 2) using JS_SetCallHook Is there a simple variable or api that I can use to get the current depth? Mike M. .