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