Home | History | Annotate | Download | only in src

Lines Matching full:getter

1178  * Returns whether this property has a getter defined through __defineGetter__.
1179 * @return {booolean} True if this property has a getter
1196 * Returns the getter for this property defined through __defineGetter__.
1197 * @return {Mirror} FunctionMirror reflecting the getter function or
1198 * UndefinedMirror if there is no getter for this property
1200 PropertyMirror.prototype.getter = function() {