Searched refs:ListCache (Results 1 – 6 of 6) sorted by relevance
294 function ListCache(entries) { class393 ListCache.prototype.clear = listCacheClear;394 ListCache.prototype['delete'] = listCacheDelete;395 ListCache.prototype.get = listCacheGet;396 ListCache.prototype.has = listCacheHas;397 ListCache.prototype.set = listCacheSet;427 'map': new (Map || ListCache),
340 function ListCache(entries) { class439 ListCache.prototype.clear = listCacheClear;440 ListCache.prototype['delete'] = listCacheDelete;441 ListCache.prototype.get = listCacheGet;442 ListCache.prototype.has = listCacheHas;443 ListCache.prototype.set = listCacheSet;473 'map': new (Map || ListCache),
378 function ListCache(entries) { class477 ListCache.prototype.clear = listCacheClear;478 ListCache.prototype['delete'] = listCacheDelete;479 ListCache.prototype.get = listCacheGet;480 ListCache.prototype.has = listCacheHas;481 ListCache.prototype.set = listCacheSet;511 'map': new (Map || ListCache),
387 function ListCache(entries) { class486 ListCache.prototype.clear = listCacheClear;487 ListCache.prototype['delete'] = listCacheDelete;488 ListCache.prototype.get = listCacheGet;489 ListCache.prototype.has = listCacheHas;490 ListCache.prototype.set = listCacheSet;520 'map': new (Map || ListCache),
460 function ListCache(entries) { class559 ListCache.prototype.clear = listCacheClear;560 ListCache.prototype['delete'] = listCacheDelete;561 ListCache.prototype.get = listCacheGet;562 ListCache.prototype.has = listCacheHas;563 ListCache.prototype.set = listCacheSet;593 'map': new (Map || ListCache),667 this.__data__ = new ListCache(entries);678 this.__data__ = new ListCache;732 if (cache instanceof ListCache) {
7 …_modules/lodash/_Stack.js(17,20): error TS2339: Property 'size' does not exist on type 'ListCache'.185 …s/lodash/_stackSet.js(21,22): error TS2339: Property '__data__' does not exist on type 'ListCache'.186 …dules/lodash/_stackSet.js(24,26): error TS2339: Property 'size' does not exist on type 'ListCache'.