Uses of Interface
org.mozilla.javascript.debug.DebugFrame
-
Packages that use DebugFrame Package Description org.mozilla.javascript.debug org.mozilla.javascript.tools.debugger -
-
Uses of DebugFrame in org.mozilla.javascript.debug
Methods in org.mozilla.javascript.debug that return DebugFrame Modifier and Type Method Description DebugFrame
Debugger. getFrame(Context cx, DebuggableScript fnOrScript)
Called when execution entered a particular function or script. -
Uses of DebugFrame in org.mozilla.javascript.tools.debugger
Classes in org.mozilla.javascript.tools.debugger that implement DebugFrame Modifier and Type Class Description static class
Dim.StackFrame
Object to represent one stack frame.
-