| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript | |
| org.htmlunit.corejs.javascript.debug | |
| org.htmlunit.corejs.javascript.tools.debugger |
| Modifier and Type | Class and Description |
|---|---|
class |
JSDescriptor<T extends ScriptOrFn<T>>
This class holds all the meta-data associated with a function in as an immutable form as
possible, along with the executable things associated with the function.
|
| Modifier and Type | Method and Description |
|---|---|
DebuggableScript |
Interpreter.getDebuggableScript(Object bytecode) |
default DebuggableScript |
Evaluator.getDebuggableScript(Object bytecode) |
DebuggableScript |
NativeFunction.getDebuggableView() |
DebuggableScript |
JSFunction.getDebuggableView() |
static DebuggableScript |
Context.getDebuggableView(ScriptOrFn<?> script)
Return DebuggableScript instance if any associated with the script.
|
DebuggableScript |
JSDescriptor.getParent() |
| Modifier and Type | Method and Description |
|---|---|
DebuggableScript |
DebuggableScript.getFunction(int index) |
DebuggableScript |
DebuggableScript.getParent() |
| Modifier and Type | Method and Description |
|---|---|
DebugFrame |
Debugger.getFrame(Context cx,
DebuggableScript fnOrScript)
Called when execution entered a particular function or script.
|
default void |
Debugger.handleCompilationDone(Context cx,
DebuggableScript fnOrScript,
String source)
Called when compilation of a particular function or script into internal bytecode is done.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SourceProvider.getSource(DebuggableScript script)
Returns the source of the script.
|
Copyright © 2025 HtmlUnit. All rights reserved.