Lines Matching refs:PropertyDetails
34 // PropertyDetails table: |capacity| uint_8 entries
54 // PropertyDetails table:
55 // Each byte contains the PropertyDetails for the corresponding bucket of
79 Handle<Object> value, PropertyDetails details,
107 inline PropertyDetails DetailsAt(InternalIndex entry);
110 inline void DetailsAtPut(InternalIndex entry, PropertyDetails value);
125 // pointer (which must differ between the two tables) and PropertyDetails of
273 // Returns table of byte-encoded PropertyDetails (without enumeration index
274 // stored in PropertyDetails).
281 inline void DetailsAtPut(int entry, PropertyDetails value);
284 inline PropertyDetails DetailsAt(int entry);
295 inline int AddInternal(Name key, Object value, PropertyDetails details);