public abstract class JSBoolean extends java.lang.Object implements JSObjectFunctions
hasOwnProperty| Modifier and Type | Field and Description |
|---|---|
protected JSFunction |
constructor
property constructor
|
JSBoolean |
prototype
property prototype
|
| Constructor and Description |
|---|
JSBoolean(JSObject value)
Object Boolean(value)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfpublic JSBoolean prototype
Booleanprotected JSFunction constructor
Functionpublic JSBoolean(JSObject value)
value - The value to be held by the Boolean object or be converted to a boolean value