public abstract class JSObject extends java.lang.Object implements JSObjectFunctions
hasOwnProperty| Modifier and Type | Field and Description |
|---|---|
protected JSFunction |
constructor
property constructor
|
JSObject |
prototype
property prototype
|
| Constructor and Description |
|---|
JSObject()
Object Object()
|
JSObject(JSObject value)
Object Object(value)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfpublic JSObject prototype
Objectprotected JSFunction constructor
Functionpublic JSObject()
Creates a new object instance
public JSObject(JSObject value)
value - optional argument specifies a primitive JavaScript value - a number, boolean etc...