Methods
hasOwnProperty
- hasOwnProperty(v): boolean
-
Returns boolean
isPrototypeOf
- isPrototypeOf(v): boolean
-
Returns boolean
propertyIsEnumerable
- propertyIsEnumerable(v): boolean
-
Returns boolean
toLocaleString
- toLocaleString(): string
-
Returns string
toString
- toString(): string
-
Returns string
valueOf
- valueOf(): Object
-
Properties
constructor
constructor: Function
Determines whether an object has a property with the specified name.