Uses of Class
org.htmlunit.corejs.javascript.tools.debugger.Dim.FunctionSource
Packages that use Dim.FunctionSource
-
Uses of Dim.FunctionSource in org.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger declared as Dim.FunctionSourceModifier and TypeFieldDescriptionprivate Dim.FunctionSourceDim.StackFrame.fsourceInformation about the function.private Dim.FunctionSource[]Dim.SourceInfo.functionSourcesArray of FunctionSource objects for the functions in the script.Fields in org.htmlunit.corejs.javascript.tools.debugger with type parameters of type Dim.FunctionSourceModifier and TypeFieldDescriptionprivate final Map<String, Dim.FunctionSource> Dim.functionNamesTable mapping function names to information about the function.private final Map<DebuggableScript, Dim.FunctionSource> Dim.functionToSourceTable mapping functions to information about the function.Methods in org.htmlunit.corejs.javascript.tools.debugger that return Dim.FunctionSourceModifier and TypeMethodDescriptionprivate Dim.FunctionSourceDim.functionSource(DebuggableScript fnOrScript) Returns the FunctionSource object for the given function or script.Dim.SourceInfo.functionSource(int i) Returns the FunctionSource object with the given index.Dim.functionSourceByName(String functionName) Returns the FunctionSource object for the function with the given name.private Dim.FunctionSourceDim.getFunctionSource(DebuggableScript fnOrScript) Returns the FunctionSource object for the given script or function.Constructors in org.htmlunit.corejs.javascript.tools.debugger with parameters of type Dim.FunctionSourceModifierConstructorDescriptionprivateStackFrame(Context cx, Dim dim, Dim.FunctionSource fsource) Creates a new StackFrame.