Uses of Class
org.mozilla.javascript.tools.debugger.Dim.StackFrame
Packages that use Dim.StackFrame
-
Uses of Dim.StackFrame in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger declared as Dim.StackFrameModifier and TypeFieldDescriptionprivate Dim.StackFrame
Dim.evalFrame
The stack frame in which to evaluateDim.evalRequest
.(package private) Dim.StackFrame
RunProxy.lastFrame
The frame to interrupt in.Methods in org.mozilla.javascript.tools.debugger that return Dim.StackFrameModifier and TypeMethodDescriptionDim.ContextData.getFrame
(int frameNumber) Returns the stack frame with the given index.Methods in org.mozilla.javascript.tools.debugger with parameters of type Dim.StackFrameModifier and TypeMethodDescriptionprivate static String
Dim.do_eval
(Context cx, Dim.StackFrame frame, String expr) Evaluates script in the given stack frame.void
GuiCallback.enterInterrupt
(Dim.StackFrame lastFrame, String threadTitle, String alertMessage) Called when the interrupt loop has been entered.void
SwingGui.enterInterrupt
(Dim.StackFrame lastFrame, String threadTitle, String alertMessage) Called when the interrupt loop has been entered.(package private) void
SwingGui.enterInterruptImpl
(Dim.StackFrame lastFrame, String threadTitle, String alertMessage) Handles script interruption.private void
Dim.handleBreakpointHit
(Dim.StackFrame frame, Context cx) Called when a breakpoint has been hit.private void
Dim.handleExceptionThrown
(Context cx, Throwable ex, Dim.StackFrame frame) Called when a script exception has been thrown.private void
Dim.interrupted
(Context cx, Dim.StackFrame frame, Throwable scriptException) Interrupts script execution.private void
Dim.ContextData.pushFrame
(Dim.StackFrame frame) Pushes a stack frame on to the stack.(package private) void
SwingGui.showStopLine
(Dim.StackFrame frame) Shows the line at which execution in the given stack frame just stopped.