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.ContextDataDim.StackFrame. contextDataThe ContextData for the Context being debugged.private Dim.ContextDataDim. interruptedContextDataInformation 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.ContextDataDim.StackFrame. contextData()Returns the ContextData object for the Context.Dim.ContextDataDim. currentContextData()Returns the current ContextData object.static Dim.ContextDataDim.ContextData. get(Context cx)Returns the ContextData for the given Context.
-