Searched refs:_cachedChunks (Results 1 – 2 of 2) sorted by relevance
23850 this._cachedChunks = []; property23903 this._cachedChunks.push(args.chunk);23909 if (this._cachedChunks.length > 0) {23936 this._cachedChunks = []; property23967 if (!(this._cachedChunks.length > 0)) {23972 chunk = this._cachedChunks.shift();
1 …_cachedChunks = [];\n this._requests = [];\n this._done = false;\n this._storedError = un…