| Package | Description |
|---|---|
| org.mozilla.javascript | |
| org.mozilla.javascript.debug |
| Modifier and Type | Method and Description |
|---|---|
DebuggableScript |
NativeFunction.getDebuggableView() |
static DebuggableScript |
Context.getDebuggableView(Script script)
Return DebuggableScript instance if any associated with the script.
|
| 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.
|
void |
Debugger.handleCompilationDone(Context cx,
DebuggableScript fnOrScript,
String source)
Called when compilation of a particular function or script into internal
bytecode is done.
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.