Home | History | Annotate | Download | only in src

Lines Matching defs:PropertyCell

128 //         - PropertyCell
1050 V(PropertyCell) \
4722 class PropertyCell;
7151 PropertyCell* GetPropertyCell(LookupResult* result);
7163 static Handle<PropertyCell> EnsurePropertyCell(Handle<GlobalObject> global,
8965 class PropertyCell: public Cell {
8984 static inline PropertyCell* cast(Object* obj);
8991 DECLARE_PRINTER(PropertyCell)
8992 DECLARE_VERIFIER(PropertyCell)
9010 static Type* UpdateType(Handle<PropertyCell> cell,
9015 DISALLOW_IMPLICIT_CONSTRUCTORS(PropertyCell);