Uses of Class
org.mozilla.javascript.tools.debugger.Dim.FunctionSource
Packages that use Dim.FunctionSource
-
Uses of Dim.FunctionSource in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger declared as Dim.FunctionSourceModifier and TypeFieldDescriptionprivate Dim.FunctionSource
Dim.StackFrame.fsource
Information about the function.private Dim.FunctionSource[]
Dim.SourceInfo.functionSources
Array of FunctionSource objects for the functions in the script.Fields in org.mozilla.javascript.tools.debugger with type parameters of type Dim.FunctionSourceModifier and TypeFieldDescriptionprivate final Map<String,
Dim.FunctionSource> Dim.functionNames
Table mapping function names to information about the function.private final Map<DebuggableScript,
Dim.FunctionSource> Dim.functionToSource
Table mapping functions to information about the function.Methods in org.mozilla.javascript.tools.debugger that return Dim.FunctionSourceModifier and TypeMethodDescriptionprivate Dim.FunctionSource
Dim.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.FunctionSource
Dim.getFunctionSource
(DebuggableScript fnOrScript) Returns the FunctionSource object for the given script or function.Constructors in org.mozilla.javascript.tools.debugger with parameters of type Dim.FunctionSourceModifierConstructorDescriptionprivate
StackFrame
(Context cx, Dim dim, Dim.FunctionSource fsource) Creates a new StackFrame.