Home | History | Annotate | Download | only in x87

Lines Matching full:getter

1392       DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1394 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1488 case ObjectLiteral::Property::GETTER:
1490 accessor_table.lookup(key)->second->getter = property;
1509 EmitAccessor(it->second->getter);
1566 case ObjectLiteral::Property::GETTER:
2287 case ObjectLiteral::Property::GETTER: