| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
ScriptStackElement[] |
RhinoException.getScriptStack()
Get the script stack of this exception as an array of
ScriptStackElements. |
ScriptStackElement[] |
RhinoException.getScriptStack(int limit,
String hideFunction)
Get the script stack of this exception as an array of
ScriptStackElements. |
ScriptStackElement[][] |
Interpreter.getScriptStackElements(RhinoException ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
NativeConsole.ConsolePrinter.print(Context cx,
Scriptable scope,
NativeConsole.Level level,
Object[] args,
ScriptStackElement[] stack) |
Copyright © 2023 HtmlUnit. All rights reserved.