Lines Matching defs:chunk
66 chunk: [104, 101, 108, 108, 111, 44, 32] }, property
68 chunk: [119, 111, 114, 108, 100] }, property
70 chunk: [33] }, property
72 chunk: [10, 97, 110, 100, 32, 116, 104, 101, 110, 46, 46, 46] }, property
74 chunk: [250, 206, 190, 167, 222, 173, 190, 239, 222, 202, 251, 173] }, property
76 { encoding: 'ascii', chunk: 'hello, ' }, property
77 { encoding: 'utf8', chunk: 'world' }, property
78 { encoding: 'buffer', chunk: [33] }, property
79 { encoding: 'latin1', chunk: '\nand then...' }, property
80 { encoding: 'hex', chunk: 'facebea7deadbeefdecafbad' }, property
85 actualChunks = chunks.map(function(chunk) { argument
89 Array.prototype.slice.call(chunk.chunk) : chunk.chunk argument