| Properties of the Object() Object |
| Property |
| Description |
| constructor |
| Function that creates an object |
| eval() |
| Evaluates a string of JavaScript code for the specified object |
| prototype |
| Prototypes new properties for the specific object |
| toSource() |
| Returns a string representation for the object |
| toString() |
| Converts the object to its string representation |
| unwatch |
| Removes a watchpoint for the object |
| valueOf |
| Returns the value of the specific object |
| watch |
| Adds a watchpoint to the object property |