Lines Matching refs:accessors
2569 // We do this early so that invalid access to private methods or accessors
2614 // Collect private accessors into a table to merge the creation of
2733 // Define private accessors, using only a single call to the runtime for
2736 for (auto accessors : private_accessors.ordered_accessors()) {
2739 ClassLiteral::Property* getter = accessors.second->getter;
2740 ClassLiteral::Property* setter = accessors.second->setter;
3165 // Define accessors, using only a single call to the runtime for each pair
3168 for (auto accessors : accessor_table.ordered_accessors()) {
3172 VisitForRegisterValue(accessors.first, args[1]);
3173 VisitLiteralAccessor(accessors.second->getter, args[2]);
3174 VisitLiteralAccessor(accessors.second->setter, args[3]);