Home
last modified time | relevance | path

Searched refs:inputChunks (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/streams/
Ddecode-ignore-bom.any.js15 async function pipeAndAssemble(inputChunks, encoding, ignoreBOM) { argument
16 const chunksAsUint8 = inputChunks.map(values => new Uint8Array(values));
26 const inputChunks = [testCase.bytes.slice(0, splitPoint), variable
29 await pipeAndAssemble(inputChunks, testCase.encoding, true);
33 await pipeAndAssemble(inputChunks, testCase.encoding, false);
/third_party/node/test/fixtures/wpt/streams/transform-streams/
Dlipfuzz.any.js137 const inputChunks = testCase.input; constant
143 for (const inputChunk of inputChunks) {
162 }, `testing "${inputChunks}" (length ${inputChunks.length})`);
/third_party/node/test/parallel/
Dtest-stream3-cork-uncork.js15 const inputChunks = expectedChunks.slice(0); constant
61 writeChunks(inputChunks, () => {
Dtest-stream3-cork-end.js15 const inputChunks = expectedChunks.slice(0); constant
63 writeChunks(inputChunks, () => {