hasOwnProperty readonly |
Reports whether a given property is defined with an instance or within the prototype chain. |
isPrototypeOf readonly |
Checks whether the given object is a prototype of this object. |
propertyIsEnumerable readonly |
Reports whether a given property is enumerable. |
toLocaleString readonly |
Creates and returns a string representing this object, localized for the current locale. See?toString(). |
toSource readonly |
Creates and returns a string representation of this object. |
toString readonly |
Creates and returns a string representing this object. |
unwatch readonly |
Removes the watch function of a property. |
valueOf readonly |
Retrieves and returns the primitive value of this object. |
watch readonly |
Adds a watch function to a property, which is called when the value changes. |