Home | History | Annotate | Download | only in arm64

Lines Matching full:getter

1470       DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1472 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1566 case ObjectLiteral::Property::GETTER:
1568 accessor_table.lookup(key)->second->getter = property;
1587 EmitAccessor(it->second->getter);
1646 case ObjectLiteral::Property::GETTER:
2110 case ObjectLiteral::Property::GETTER: