jsdIStackFrame scope jsParent

"John J. Barton" <[email protected]> Mon, 15 Sep 2008 22:35:18 -0700
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Message-ID <[email protected]>
A Firebug user just told me about "jsParent". This is a property of 
jsdIValue objects and it turns out that if the jsdIValue object is 
jsdIStackFrame.scope, then the jsParent is a link to the scope chain for 
the function on the stack.

Is there any way to get this scope chain from a jsdIScript object? Its a 
property of the function not the stack correct?

jjb