Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript |
Modifier and Type | Method and Description |
---|---|
static StackStyle |
RhinoException.getStackStyle()
Return the current stack style in use.
|
static StackStyle |
StackStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StackStyle[] |
StackStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
RhinoException.setStackStyle(StackStyle style)
Specify the stack style to use from between three different formats: "Rhino" (the default),
"Mozilla", and "V8." See StackStyle for information about each.
|