Lines Matching full:getter
1400 DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1402 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1496 case ObjectLiteral::Property::GETTER:
1498 accessor_table.lookup(key)->second->getter = property;
1517 EmitAccessor(it->second->getter);
1574 case ObjectLiteral::Property::GETTER:
2295 case ObjectLiteral::Property::GETTER: