Core Object | NN | IE | ECMA |
Object | Provides functionality common to all JavaScript objects. | 2+ | 4+ | ECMA 1 |
|
Methods | NN | IE | ECMA |
toLocaleString() | String value of an object, in local value format. | n/a | 3+ | ECMA 1 |
toSource() | Object literal representing the specified object. | 4+ | n/a | n/a |
toString() | Returns a string representing the object. | 2+ | 3+ | ECMA 1 |
unwatch() | Removes a watchpoint set with the watch method. | 3+ | n/a | n/a |
valueOf() | Primitive value of the specified object. | 2+ | 4+ | ECMA 1 |
watch() | Runs a function when specific property is assigned value. | 3+ | n/a | n/a |
|
Properties | NN | IE | ECMA |
constructor | Reference to the function that created an object. | 2+ | 4+ | ECMA 1 |
prototype | Creates a new method for Number objects | 2+ | 4+ | ECMA 1 |