Uses of Interface
org.mozilla.javascript.debug.DebugFrame
-
Packages that use DebugFrame Package Description org.mozilla.javascript org.mozilla.javascript.debug org.mozilla.javascript.tools.debugger -
-
Uses of DebugFrame in org.mozilla.javascript
Fields in org.mozilla.javascript declared as DebugFrame Modifier and Type Field Description (package private) DebugFrame
Interpreter.CallFrame. debuggerFrame
-
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.Methods in org.mozilla.javascript.tools.debugger that return DebugFrame Modifier and Type Method Description DebugFrame
Dim.DimIProxy. getFrame(Context cx, DebuggableScript fnOrScript)
Returns a StackFrame for the given function or script.
-