Home | History | Annotate | Download | only in src

Lines Matching refs:JSSet

65 //           - JSSet
1026 V(JSSet) \
9574 // The JSSet describes EcmaScript Harmony sets
9575 class JSSet: public JSObject {
9581 static inline JSSet* cast(Object* obj);
9584 DECLARE_PRINTER(JSSet)
9585 DECLARE_VERIFIER(JSSet)
9591 DISALLOW_IMPLICIT_CONSTRUCTORS(JSSet);