Properties
constructor
Methods
toString
- toString(): string
Returns string
toLocaleString
- toLocaleString(): string
Returns string
valueOf
- valueOf(): Object
hasOwnProperty
- hasOwnProperty(v): boolean
Returns boolean
isPrototypeOf
- isPrototypeOf(v): boolean
Returns boolean
propertyIsEnumerable
- propertyIsEnumerable(v): boolean
Returns boolean
The initial value of Object.prototype.constructor is the standard built-in Object constructor.