Searched refs:pullIntoDescriptor (Results 1 – 4 of 4) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 8031 var pullIntoDescriptor = { variable 8041 this._pendingPullIntos.push(pullIntoDescriptor); 8136 function ReadableByteStreamControllerCommitPullIntoDescriptor(stream, pullIntoDescriptor) { 8141 assert(pullIntoDescriptor.bytesFilled === 0); 8145 var filledView = ReadableByteStreamControllerConvertPullIntoDescriptor(pullIntoDescriptor); 8147 if (pullIntoDescriptor.readerType === 'default') { 8150 assert(pullIntoDescriptor.readerType === 'byob'); 8155 function ReadableByteStreamControllerConvertPullIntoDescriptor(pullIntoDescriptor) { 8156 var bytesFilled = pullIntoDescriptor.bytesFilled; 8157 var elementSize = pullIntoDescriptor.elementSize; [all …]
|
| D | pdf.worker.js | 9200 var pullIntoDescriptor = { variable 9210 this._pendingPullIntos.push(pullIntoDescriptor); 9305 function ReadableByteStreamControllerCommitPullIntoDescriptor(stream, pullIntoDescriptor) { 9310 assert(pullIntoDescriptor.bytesFilled === 0); 9314 var filledView = ReadableByteStreamControllerConvertPullIntoDescriptor(pullIntoDescriptor); 9316 if (pullIntoDescriptor.readerType === 'default') { 9319 assert(pullIntoDescriptor.readerType === 'byob'); 9324 function ReadableByteStreamControllerConvertPullIntoDescriptor(pullIntoDescriptor) { 9325 var bytesFilled = pullIntoDescriptor.bytesFilled; 9326 var elementSize = pullIntoDescriptor.elementSize; [all …]
|
| D | pdf.js.map | 1 …pullIntoDescriptor","byteOffset","byteLength","bytesFilled","elementSize","ctor","readerType","Rea…
|
| D | pdf.worker.js.map | 1 …pullIntoDescriptor","byteOffset","byteLength","bytesFilled","elementSize","readerType","ReadableBy…
|