Uses of Class
org.mozilla.javascript.tools.debugger.Dim.ContextData
Packages that use Dim.ContextData
-
Uses of Dim.ContextData in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger declared as Dim.ContextDataModifier and TypeFieldDescriptionprivate Dim.ContextData
Dim.StackFrame.contextData
The ContextData for the Context being debugged.private Dim.ContextData
Information about the current stack at the point of interruption.Methods in org.mozilla.javascript.tools.debugger that return Dim.ContextDataModifier and TypeMethodDescriptionDim.StackFrame.contextData()
Returns the ContextData object for the Context.Dim.currentContextData()
Returns the current ContextData object.static Dim.ContextData
Returns the ContextData for the given Context.