Lines Matching refs:on
13 readable.on('error', common.mustCall(() => {
16 readable.on('data', common.mustNotCall());
17 readable.on('end', common.mustNotCall());
19 readable.on('error', common.mustNotCall());
21 readable.on('end', common.mustNotCall());
23 readable.on('end', common.mustCall());
26 readable.on('data', common.mustCallAtLeast(data));
28 readable.on('data', common.mustNotCall());
31 readable.on('close', common.mustCall());
95 readable.on('data', noop);
108 readable.on('data', noop);