@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, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic EvalError(@Nonnull
java.lang.String message)
public EvalError()