Home | History | Annotate | Download | only in src

Lines Matching refs:WeakHashTable

1007   V(WeakHashTable)               \
4037 // WeakHashTable maps keys that are arbitrary heap objects to heap object
4040 class WeakHashTable: public HashTable<WeakHashTable,
4044 WeakHashTable, WeakHashTableShape<2>, Handle<Object> > DerivedHashTable;
4046 DECLARE_CAST(WeakHashTable)
4054 MUST_USE_RESULT static Handle<WeakHashTable> Put(Handle<WeakHashTable> table,
4058 static Handle<FixedArray> GetValues(Handle<WeakHashTable> table);