Archive
Function
Object
Object.prototype.__defineGetter__()
Object.prototype.__defineSetter__()
Object.prototype.__lookupGetter__()
Object.prototype.__lookupSetter__()
Object.prototype.hasOwnProperty()
Object.prototype.isPrototypeOf()
Object.prototype.propertyIsEnumerable()
Object.prototype.toLocaleString()
Object.prototype.toSource()
Object.prototype.toString()
Object.prototype.unwatch()
Object.prototype.valueOf()
Object.prototype.watch()
Object.setPrototypeOf()
Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
The Object.getNotifer()
method was used to create an object that allows to synthetically trigger a change, but has been deprecated and removed in browsers.
Object.getNotifier(obj)
obj
The notifier object associated with the object being passed to the function.
The notifier is used to trigger synthetic changes that will be observed by Object.observe()
.
Not part of any standard. Strawman proposal specification.
Supported nowhere. Historically supported in Chrome 36 till 52.