15.2.4 Properties of the Object Prototype Object

2010-07-04

This is the standard prototype object for new Object instances.

string Object.prototype.toString()
string Object.prototype.toLocaleString()
object Object.prototype.valueOf()
boolean Object.prototype.hasOwnProperty(V:string),
boolean Object.prototype.isPrototypeOf(V:object)
boolean Object.prototype.propertyIsEnumerable(V:string)