Home | History | Annotate | Download | only in src

Lines Matching refs:WeakHashTable

1089   V(WeakHashTable)               \
4242 // WeakHashTable maps keys that are arbitrary heap objects to heap object
4245 class WeakHashTable: public HashTable<WeakHashTable,
4249 WeakHashTable, WeakHashTableShape<2>, Handle<Object> > DerivedHashTable;
4251 DECLARE_CAST(WeakHashTable)
4259 MUST_USE_RESULT static Handle<WeakHashTable> Put(Handle<WeakHashTable> table,
4263 static Handle<FixedArray> GetValues(Handle<WeakHashTable> table);