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

/external/chromium_org/v8/src/
H A Dobjects.h69 // - JSWeakSet
1030 V(JSWeakSet) \
9616 // Base class for both JSWeakMap and JSWeakSet
9649 // The JSWeakSet describes EcmaScript Harmony weak sets
9650 class JSWeakSet: public JSWeakCollection { class in namespace:v8
9653 static inline JSWeakSet* cast(Object* obj);
9656 DECLARE_PRINTER(JSWeakSet)
9657 DECLARE_VERIFIER(JSWeakSet)
9660 DISALLOW_IMPLICIT_CONSTRUCTORS(JSWeakSet);

Completed in 116 milliseconds