Class Object

Object

Field Index

__proto__, constructor, prototype

Method Index

new Object()

addProperty(), hasOwnProperty(), isPropertyEnumerable(), isPrototypeOf(), registerClass(), toLocaleString(), toString(), unwatch(), valueOf(), watch()

Constructor Detail

Object

function Object()

Field Detail

prototype

static prototype:Object

__proto__

__proto__:Object

constructor

constructor:Object

Method Detail

registerClass

function registerClass(name:
String, theClass:Function):Boolean

addProperty

function addProperty(name:
String, getter:Function, setter:Function):Boolean

hasOwnProperty

function hasOwnProperty(name:
String):Boolean

isPropertyEnumerable

function isPropertyEnumerable(name:
String):Boolean

isPrototypeOf

function isPrototypeOf(theClass:
Object):Boolean

toLocaleString

function toLocaleString():
String

toString

function toString():
String

unwatch

function unwatch(name:
String):Boolean

valueOf

function valueOf():
Object

watch

function watch(name:
String, callback:Function, userData:Object):Boolean