• Home
  • Raw
  • Download

Lines Matching refs:cb

9     write(chunk, enc, cb) { cb(); }  argument
21 write(chunk, enc, cb) { argument
23 cb();
35 write(chunk, enc, cb) { cb(); } argument
52 write(chunk, enc, cb) { cb(); } argument
55 write._destroy = function(err, cb) { argument
57 cb(err);
74 write(chunk, enc, cb) { cb(); }, argument
75 destroy: common.mustCall(function(err, cb) { argument
77 cb();
95 write(chunk, enc, cb) { cb(); } argument
98 write._destroy = common.mustCall(function(err, cb) { argument
100 cb();
109 write(chunk, enc, cb) { cb(); } argument
112 write._destroy = common.mustCall(function(err, cb) { argument
116 cb();
132 write(chunk, enc, cb) { cb(); } argument
137 write._destroy = common.mustCall(function(err, cb) { argument
139 cb(expected);
155 write(chunk, enc, cb) { cb(); } argument
179 destroy: common.mustCall(function(err, cb) { argument
180 process.nextTick(cb, new Error('kaboom 1'));
182 write(chunk, enc, cb) { argument
183 cb();
216 write(chunk, enc, cb) { cb(); } argument
243 write(chunk, enc, cb) { cb(); } argument
260 final: common.mustCall((cb) => cb(), 2),
285 write(chunk, enc, cb) { cb(); } argument
313 write(chunk, enc, cb) { cb(new Error('asd')); } argument
331 write(chunk, enc, cb) { cb(); } argument
350 write(chunk, enc, cb) { process.nextTick(cb); } argument
367 write(chunk, enc, cb) { argument
368 process.nextTick(cb, _err);
390 write(chunk, enc, cb) { argument
393 setImmediate(cb);
409 write(chunk, enc, cb) { argument
410 cb();
411 cb();
424 write(chunk, enc, cb) { cb(); } argument
439 write(chunk, enc, cb) { cb(); } argument
455 write(chunk, enc, cb) { cb(); } argument
467 write(chunk, enc, cb) { cb(); } argument