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

/external/chromium_org/v8/src/
H A Dweak-collection.js12 var $WeakSet = global.WeakSet;
132 // Harmony WeakSet
136 throw MakeTypeError('constructor_not_function', ['WeakSet']);
166 ['WeakSet.prototype.add', this]);
178 ['WeakSet.prototype.has', this]);
190 ['WeakSet.prototype.delete', this]);
202 ['WeakSet.prototype.clear', this]);
214 %SetCode($WeakSet, WeakSetConstructor);
215 %FunctionSetPrototype($WeakSet, ne
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp2497 typedef HeapHashSet<WeakMember<IntWrapper> > WeakSet; typedef
2503 Persistent<WeakSet> weakSet = new WeakSet();
2941 typedef HeapHashSet<WeakMember<IntWrapper> > WeakSet; typedef
2971 Persistent<WeakSet> weakSet = new WeakSet();
3031 WeakSet::iterator it4 = weakSet->begin();
3113 WeakSet::iterator it4 = weakSet->begin();
4267 typedef HeapHashSet<WeakMember<IntWrapper> > WeakSet; typedef in namespace:blink
4270 struct EmptyClearingHashSetTraits : HashTraits<WeakSet> {
[all...]

Completed in 278 milliseconds