Home | History | Annotate | Download | only in src

Lines Matching full:setter

1191  * Returns whether this property has a setter defined through __defineSetter__.
1192 * @return {booolean} True if this property has a setter
1214 * Returns the setter for this property defined through __defineSetter__.
1215 * @return {Mirror} FunctionMirror reflecting the setter function or
1216 * UndefinedMirror if there is no setter for this property
1218 PropertyMirror.prototype.setter = function() {
1231 * UndefinedMirror if there is no setter for this property