Searched refs:MapCache (Results 1 – 5 of 5) sorted by relevance
406 function MapCache(entries) { class487 MapCache.prototype.clear = mapCacheClear;488 MapCache.prototype['delete'] = mapCacheDelete;489 MapCache.prototype.get = mapCacheGet;490 MapCache.prototype.has = mapCacheHas;491 MapCache.prototype.set = mapCacheSet;505 this.__data__ = new MapCache;
452 function MapCache(entries) { class533 MapCache.prototype.clear = mapCacheClear;534 MapCache.prototype['delete'] = mapCacheDelete;535 MapCache.prototype.get = mapCacheGet;536 MapCache.prototype.has = mapCacheHas;537 MapCache.prototype.set = mapCacheSet;551 this.__data__ = new MapCache;
490 function MapCache(entries) { class571 MapCache.prototype.clear = mapCacheClear;572 MapCache.prototype['delete'] = mapCacheDelete;573 MapCache.prototype.get = mapCacheGet;574 MapCache.prototype.has = mapCacheHas;575 MapCache.prototype.set = mapCacheSet;589 this.__data__ = new MapCache;
499 function MapCache(entries) { class580 MapCache.prototype.clear = mapCacheClear;581 MapCache.prototype['delete'] = mapCacheDelete;582 MapCache.prototype.get = mapCacheGet;583 MapCache.prototype.has = mapCacheHas;584 MapCache.prototype.set = mapCacheSet;598 this.__data__ = new MapCache;
572 function MapCache(entries) { class653 MapCache.prototype.clear = mapCacheClear;654 MapCache.prototype['delete'] = mapCacheDelete;655 MapCache.prototype.get = mapCacheGet;656 MapCache.prototype.has = mapCacheHas;657 MapCache.prototype.set = mapCacheSet;738 cache = this.__data__ = new MapCache(pairs);