Uses of Interface
org.htmlunit.corejs.javascript.debug.DebuggableScript
-
Packages that use DebuggableScript Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.debug org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of DebuggableScript in org.htmlunit.corejs.javascript
Classes in org.htmlunit.corejs.javascript that implement DebuggableScript Modifier and Type Class Description (package private) classInterpreterDataMethods in org.htmlunit.corejs.javascript that return DebuggableScript Modifier and Type Method Description static DebuggableScriptContext. getDebuggableView(Script script)Return DebuggableScript instance if any associated with the script.DebuggableScriptInterpretedFunction. getDebuggableView()DebuggableScriptNativeFunction. getDebuggableView()DebuggableScriptInterpreterData. getFunction(int index)DebuggableScriptInterpreterData. getParent()Methods in org.htmlunit.corejs.javascript with parameters of type DebuggableScript Modifier and Type Method Description private static voidContext. notifyDebugger_r(Context cx, DebuggableScript dscript, java.lang.String debugSource) -
Uses of DebuggableScript in org.htmlunit.corejs.javascript.debug
Methods in org.htmlunit.corejs.javascript.debug that return DebuggableScript Modifier and Type Method Description DebuggableScriptDebuggableScript. getFunction(int index)DebuggableScriptDebuggableScript. getParent()Methods in org.htmlunit.corejs.javascript.debug with parameters of type DebuggableScript Modifier and Type Method Description DebugFrameDebugger. getFrame(Context cx, DebuggableScript fnOrScript)Called when execution entered a particular function or script.voidDebugger. 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.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger with type parameters of type DebuggableScript Modifier and Type Field Description private java.util.Map<DebuggableScript,Dim.FunctionSource>Dim. functionToSourceTable mapping functions to information about the function.Methods in org.htmlunit.corejs.javascript.tools.debugger that return DebuggableScript Modifier and Type Method Description private static DebuggableScript[]Dim. getAllFunctions(DebuggableScript function)Returns an array of all functions in the given script.Methods in org.htmlunit.corejs.javascript.tools.debugger with parameters of type DebuggableScript Modifier and Type Method Description private static voidDim. collectFunctions_r(DebuggableScript function, ObjArray array)Helper function forDim.getAllFunctions(DebuggableScript).private Dim.FunctionSourceDim. 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.DebugFrameDim.DimIProxy. getFrame(Context cx, DebuggableScript fnOrScript)Returns a StackFrame for the given function or script.private Dim.FunctionSourceDim. getFunctionSource(DebuggableScript fnOrScript)Returns the FunctionSource object for the given script or function.private java.lang.StringDim. getNormalizedUrl(DebuggableScript fnOrScript)Returns the source URL for the given script or function.java.lang.StringSourceProvider. getSource(DebuggableScript script)Returns the source of the script.voidDim.DimIProxy. handleCompilationDone(Context cx, DebuggableScript fnOrScript, java.lang.String source)Called when compilation is finished.private voidDim. registerTopScript(DebuggableScript topScript, java.lang.String source)Registers the given script as a top-level script in the debugger.Constructors in org.htmlunit.corejs.javascript.tools.debugger with parameters of type DebuggableScript Constructor Description SourceInfo(java.lang.String source, DebuggableScript[] functions, java.lang.String normilizedUrl)Creates a new SourceInfo object.
-