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)