Home | History | Annotate | Download | only in src

Lines Matching full:setter

1187  * Returns whether this property has a setter defined through __defineSetter__.
1188 * @return {booolean} True if this property has a setter
1210 * Returns the setter for this property defined through __defineSetter__.
1211 * @return {Mirror} FunctionMirror reflecting the setter function or
1212 * UndefinedMirror if there is no setter for this property
1214 PropertyMirror.prototype.setter = function() {
1227 * UndefinedMirror if there is no setter for this property