Home | History | Annotate | Download | only in arm

Lines Matching refs:GETTER

1204       DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1206 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1304 case ObjectLiteral::Property::GETTER:
1308 it->second->getter = property;
1329 EmitAccessor(it->second->getter);