Searched refs:subCollection (Results 1 – 2 of 2) sorted by relevance
13564 var subCollection = collection.get(namespace);13573 subCollection.set(name, item); field13583 return subCollection.get(name);13593 return subCollection.has(name);13602 return [].concat(_toConsumableArray(subCollection.keys()));13611 return [].concat(_toConsumableArray(subCollection.values()));
1 …subCollection=collection.get(namespace);function register(name,item){subCollection.set(name,item);…