Uses of Interface
org.mozilla.javascript.debug.DebugFrame
Packages that use DebugFrame
Package
Description
-
Uses of DebugFrame in org.mozilla.javascript
Fields in org.mozilla.javascript declared as DebugFrameModifier and TypeFieldDescription(package private) final DebugFrameInterpreter.CallFrame.debuggerFrame -
Uses of DebugFrame in org.mozilla.javascript.debug
Methods in org.mozilla.javascript.debug that return DebugFrameModifier and TypeMethodDescriptionDebugger.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 DebugFrameModifier and TypeClassDescriptionstatic classObject to represent one stack frame.Methods in org.mozilla.javascript.tools.debugger that return DebugFrameModifier and TypeMethodDescriptionDim.DimIProxy.getFrame(Context cx, DebuggableScript fnOrScript) Returns a StackFrame for the given function or script.