Uses of Class
org.htmlunit.corejs.javascript.tools.debugger.Dim.ContextData
-
Packages that use Dim.ContextData Package Description org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of Dim.ContextData in org.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger declared as Dim.ContextData Modifier and Type Field Description private Dim.ContextData
Dim.StackFrame. contextData
The ContextData for the Context being debugged.private Dim.ContextData
Dim. interruptedContextData
Information about the current stack at the point of interruption.Methods in org.htmlunit.corejs.javascript.tools.debugger that return Dim.ContextData Modifier and Type Method Description Dim.ContextData
Dim.StackFrame. contextData()
Returns the ContextData object for the Context.Dim.ContextData
Dim. currentContextData()
Returns the current ContextData object.static Dim.ContextData
Dim.ContextData. get(Context cx)
Returns the ContextData for the given Context.
-