Lines Matching refs:on
41 comp.on('data', function(d) {
44 `Should get write size on ${method[0]} data.`);
46 comp.on('end', common.mustCall(function() {
48 `Should get write size on ${method[0]} end.`);
50 `Should get data size on ${method[0]} end.`);
57 decomp.on('data', function(d) {
60 `Should get write size on ${method[0]}/` +
63 decomp.on('end', common.mustCall(function() {
65 `Should get compressed size on ${method[0]}/` +
68 `Should get original string on ${method[0]}/` +
82 decomp.on('data', function(d) {
85 `Should get write size on ${method[0]}/` +
88 decomp.on('end', common.mustCall(function() {
90 `Should get compressed size on ${method[0]}/` +
95 `Should get original string on ${method[0]}/` +