Searched defs:WeakHashTable (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.h1007 V(WeakHashTable) \
4037 // WeakHashTable maps keys that are arbitrary heap objects to heap object
4040 class WeakHashTable: public HashTable<WeakHashTable, class in class:v8::internal::KeyCollectionMode
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);

Completed in 166 milliseconds