Searched refs:hasGetter (Results 1 – 3 of 3) sorted by relevance
1564 PropertyMirror.prototype.hasGetter = function() { method in PropertyMirror1584 if (this.hasGetter()) {1615 !this.hasGetter() && !this.hasSetter());
1465 if (!RefExpr->getPropertyDecl()->hasGetter()) { in buildGet()
3412 bool hasGetter() const { return GetterId != nullptr; } in hasGetter() function