Uses of Interface
org.mozilla.javascript.debug.DebuggableScript
Packages that use DebuggableScript
Package
Description
-
Uses of DebuggableScript in org.mozilla.javascript
Classes in org.mozilla.javascript that implement DebuggableScriptMethods in org.mozilla.javascript that return DebuggableScriptModifier and TypeMethodDescriptionstatic DebuggableScript
Context.getDebuggableView
(Script script) Return DebuggableScript instance if any associated with the script.InterpretedFunction.getDebuggableView()
NativeFunction.getDebuggableView()
InterpreterData.getFunction
(int index) InterpreterData.getParent()
Methods in org.mozilla.javascript with parameters of type DebuggableScriptModifier and TypeMethodDescriptionprivate static void
Context.notifyDebugger_r
(Context cx, DebuggableScript dscript, String debugSource) -
Uses of DebuggableScript in org.mozilla.javascript.debug
Methods in org.mozilla.javascript.debug that return DebuggableScriptModifier and TypeMethodDescriptionDebuggableScript.getFunction
(int index) DebuggableScript.getParent()
Methods in org.mozilla.javascript.debug with parameters of type DebuggableScriptModifier and TypeMethodDescriptionDebugger.getFrame
(Context cx, DebuggableScript fnOrScript) Called when execution entered a particular function or script.void
Debugger.handleCompilationDone
(Context cx, DebuggableScript fnOrScript, String source) Called when compilation of a particular function or script into internal bytecode is done. -
Uses of DebuggableScript in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger with type parameters of type DebuggableScriptModifier and TypeFieldDescriptionprivate final Map
<DebuggableScript, Dim.FunctionSource> Dim.functionToSource
Table mapping functions to information about the function.Methods in org.mozilla.javascript.tools.debugger that return DebuggableScriptModifier and TypeMethodDescriptionprivate static DebuggableScript[]
Dim.getAllFunctions
(DebuggableScript function) Returns an array of all functions in the given script.Methods in org.mozilla.javascript.tools.debugger with parameters of type DebuggableScriptModifier and TypeMethodDescriptionprivate static void
Dim.collectFunctions_r
(DebuggableScript function, ObjArray array) Helper function forDim.getAllFunctions(DebuggableScript)
.private Dim.FunctionSource
Dim.functionSource
(DebuggableScript fnOrScript) Returns the FunctionSource object for the given function or script.private static DebuggableScript[]
Dim.getAllFunctions
(DebuggableScript function) Returns an array of all functions in the given script.Dim.DimIProxy.getFrame
(Context cx, DebuggableScript fnOrScript) Returns a StackFrame for the given function or script.private Dim.FunctionSource
Dim.getFunctionSource
(DebuggableScript fnOrScript) Returns the FunctionSource object for the given script or function.private String
Dim.getNormalizedUrl
(DebuggableScript fnOrScript) Returns the source URL for the given script or function.SourceProvider.getSource
(DebuggableScript script) Returns the source of the script.void
Dim.DimIProxy.handleCompilationDone
(Context cx, DebuggableScript fnOrScript, String source) Called when compilation is finished.private void
Dim.registerTopScript
(DebuggableScript topScript, String source) Registers the given script as a top-level script in the debugger.Constructors in org.mozilla.javascript.tools.debugger with parameters of type DebuggableScriptModifierConstructorDescriptionprivate
SourceInfo
(String source, DebuggableScript[] functions, String normilizedUrl) Creates a new SourceInfo object.