Home | History | Annotate | Download | only in src

Lines Matching refs:JSWeakSet

69 //             - 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 {
9653 static inline JSWeakSet* cast(Object* obj);
9656 DECLARE_PRINTER(JSWeakSet)
9657 DECLARE_VERIFIER(JSWeakSet)
9660 DISALLOW_IMPLICIT_CONSTRUCTORS(JSWeakSet);