Uses of Interface
org.mozilla.javascript.debug.DebuggableScript
-
Packages that use DebuggableScript Package Description org.mozilla.javascript org.mozilla.javascript.debug org.mozilla.javascript.tools.debugger -
-
Uses of DebuggableScript in org.mozilla.javascript
Methods in org.mozilla.javascript that return DebuggableScript Modifier and Type Method Description static DebuggableScript
Context. getDebuggableView(Script script)
Return DebuggableScript instance if any associated with the script.DebuggableScript
NativeFunction. getDebuggableView()
-
Uses of DebuggableScript in org.mozilla.javascript.debug
Methods in org.mozilla.javascript.debug that return DebuggableScript Modifier and Type Method Description DebuggableScript
DebuggableScript. getFunction(int index)
DebuggableScript
DebuggableScript. getParent()
Methods in org.mozilla.javascript.debug with parameters of type DebuggableScript Modifier and Type Method Description DebugFrame
Debugger. getFrame(Context cx, DebuggableScript fnOrScript)
Called when execution entered a particular function or script.void
Debugger. handleCompilationDone(Context cx, DebuggableScript fnOrScript, java.lang.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
Methods in org.mozilla.javascript.tools.debugger with parameters of type DebuggableScript Modifier and Type Method Description java.lang.String
SourceProvider. getSource(DebuggableScript script)
Returns the source of the script.
-