public abstract class JSGlobal extends java.lang.Object implements JSGlobalFunctions
hasOwnProperty| Modifier and Type | Field and Description |
|---|---|
static JSNumber |
Infinity
property Infinity A numerical property that represents infinity.
|
static JSNumber |
NaN
property NaN Not a number value.
|
static JSUndefined |
undefined
property undefined The undefined value.
|
| Constructor and Description |
|---|
JSGlobal() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeURI, decodeURIComponent, encodeURI, encodeURIComponent, escape, eval, isFinite, isNaN, parseFloat, parseInt, unescapehasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfpublic static JSNumber Infinity
Numberpublic static JSNumber NaN
Numberpublic static JSUndefined undefined
Global