Object$Typings extension
- on
Properties
- constructor ↔ Function
-
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
getter/setter pair
- hasOwnProperty ↔ bool Function(Object)
-
getter/setter pair
- isPrototypeOf ↔ bool Function(Object)
-
getter/setter pair
- propertyIsEnumerable ↔ bool Function(Object)
-
getter/setter pair
- toLocaleString ↔ String Function()
-
getter/setter pair
- toString$ ↔ String Function()
-
getter/setter pair
- valueOf ↔ Object Function()
-
getter/setter pair