Home | History | Annotate | Download | only in ppc

Lines Matching full:getter

1439       DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1441 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1536 case ObjectLiteral::Property::GETTER:
1538 accessor_table.lookup(key)->second->getter = property;
1556 EmitAccessor(it->second->getter);
1615 case ObjectLiteral::Property::GETTER:
2391 case ObjectLiteral::Property::GETTER: