web-feature: Accessor methods
The __defineGetter__() and __defineSetter__() methods of objects bind a function to a property, which is called on setting or reading the property.
The __defineGetter__() and __defineSetter__() methods of objects bind a function to a property, which is called on setting or reading the property.