Home | History | Annotate | Download | only in mips64

Lines Matching full:getter

1475       DCHECK(property->kind() == ObjectLiteral::Property::GETTER ||
1477 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3;
1572 case ObjectLiteral::Property::GETTER:
1574 accessor_table.lookup(key)->second->getter = property;
1593 EmitAccessor(it->second->getter);
1652 case ObjectLiteral::Property::GETTER:
2385 case ObjectLiteral::Property::GETTER: