@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="EvalError")
public class EvalError
extends JsError
| Constructor and Description |
|---|
EvalError()
The EvalError constructor creates a new error regarding the global eval() function.
|
EvalError(java.lang.String message)
The EvalError constructor creates a new error regarding the global eval() function.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic EvalError(@Nonnull
java.lang.String message)
public EvalError()