Lines Matching refs:toArray
34 assert.deepStrictEqual(await stream.toArray(), [2, 4, 6, 8, 10]);
45 assert.deepStrictEqual(await stream.toArray(), [2, 4, 6, 8, 10]);
55 assert.deepStrictEqual(await stream.toArray(), [4, 8, 12, 16, 20]);
124 stream.map((x) => x + x).toArray(),
138 stream.map((x) => x + x).toArray(),
153 stream.map((x) => x + x).toArray(),
213 await stream.toArray();
260 const outputOrder = await stream.toArray();
308 const outputOrder = await stream.toArray();
340 await stream.toArray();