Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript |
Modifier and Type | Method and Description |
---|---|
ScriptStackElement[] |
RhinoException.getScriptStack()
Get the script stack of this exception as an array of
ScriptStackElement s. |
ScriptStackElement[] |
RhinoException.getScriptStack(int limit,
java.lang.String hideFunction)
Get the script stack of this exception as an array of
ScriptStackElement s. |
ScriptStackElement[][] |
Interpreter.getScriptStackElements(RhinoException ex) |