Lines Matching full:getter
1428 DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1430 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1523 case ObjectLiteral::Property::GETTER:
1525 accessor_table.lookup(key)->second->getter = property;
1543 EmitAccessor(it->second->getter);
1599 case ObjectLiteral::Property::GETTER:
2282 case ObjectLiteral::Property::GETTER: