Uses of Interface
org.htmlunit.corejs.javascript.debug.DebugFrame
Packages that use DebugFrame
Package
Description
-
Uses of DebugFrame in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as DebugFrameModifier and TypeFieldDescription(package private) final DebugFrame
Interpreter.CallFrame.debuggerFrame
-
Uses of DebugFrame in org.htmlunit.corejs.javascript.debug
Methods in org.htmlunit.corejs.javascript.debug that return DebugFrameModifier and TypeMethodDescriptionDebugger.getFrame
(Context cx, DebuggableScript fnOrScript) Called when execution entered a particular function or script. -
Uses of DebugFrame in org.htmlunit.corejs.javascript.tools.debugger
Classes in org.htmlunit.corejs.javascript.tools.debugger that implement DebugFrameModifier and TypeClassDescriptionstatic class
Object to represent one stack frame.Methods in org.htmlunit.corejs.javascript.tools.debugger that return DebugFrameModifier and TypeMethodDescriptionDim.DimIProxy.getFrame
(Context cx, DebuggableScript fnOrScript) Returns a StackFrame for the given function or script.