| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Field Summary | |
| __proto__: Object | |
| constructor: Object | |
| static | prototype: Object |
Constructor | |
| Object ( ) | |
Method Summary | |
| addProperty ( name: String, getter: Function, setter: Function ): Boolean | |
| hasOwnProperty ( name: String ): Boolean | |
| isPropertyEnumerable ( name: String ): Boolean | |
| isPrototypeOf ( theClass: Object ): Boolean | |
| static | registerClass ( name: String, theClass: Function ): Boolean |
| toLocaleString ( ): String | |
| toString ( ): String | |
| unwatch ( name: String ): Boolean | |
| valueOf ( ): Object | |
| watch ( name: String, callback: Function, userData: Object ): Boolean | |
| var __proto__: Object |
| var constructor: Object |
| static var prototype: Object |
|
|
|
|
|
|
|
|
|
|
|