Lines Matching refs:setter
1079 Accessors() : getter(nullptr), setter(nullptr) {}
1081 PropertyT* setter;
1084 // A map from property names to getter/setter pairs allocated in the zone that
2624 DCHECK_NULL(private_accessors.LookupOrInsert(key)->setter);
2625 private_accessors.LookupOrInsert(key)->setter = property;
2740 ClassLiteral::Property* setter = accessors.second->setter;
2742 VisitLiteralAccessor(setter, accessors_reg[1]);
2745 : setter->private_name_var();
3159 accessor_table.LookupOrInsert(key)->setter = property;
3174 VisitLiteralAccessor(accessors.second->setter, args[3]);
4597 // the missing setter.