Lines Matching full:getter
1537 * Returns whether this property has a getter defined through __defineGetter__.
1538 * @return {booolean} True if this property has a getter
1555 * Returns the getter for this property defined through __defineGetter__.
1556 * @return {Mirror} FunctionMirror reflecting the getter function or
1557 * UndefinedMirror if there is no getter for this property
1559 PropertyMirror.prototype.getter = function() {