Home | History | Annotate | Download | only in x87

Lines Matching refs:GETTER

1120       DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1122 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1218 case ObjectLiteral::Property::GETTER:
1222 it->second->getter = property;
1243 EmitAccessor(it->second->getter);