Searched refs:JSCollection (Results 1 – 4 of 4) sorted by relevance
368 void ExtractJSCollectionReferences(int entry, JSCollection* collection);
1220 JSCollection* collection) { in ExtractJSCollectionReferences()1222 JSCollection::kTableOffset); in ExtractJSCollectionReferences()
9649 class JSCollection : public JSObject {9658 DISALLOW_IMPLICIT_CONSTRUCTORS(JSCollection);9663 class JSSet : public JSCollection {9677 class JSMap : public JSCollection {
6029 ACCESSORS(JSCollection, table, Object, kTableOffset) in ACCESSORS() argument