Lines Matching refs:mustCall
73 finished(rs, common.mustCall());
81 const done = common.mustCall();
102 finished(rs, { signal }, common.mustCall((err) => {
113 finished(rs, { signal }, common.mustCall((err) => {
127 finished(rs, { signal }, common.mustCall((err) => {
156 assert.rejects(run, { name: 'AbortError' }).then(common.mustCall());
169 assert.rejects(run, { name: 'AbortError' }).then(common.mustCall());
194 finished(rs, common.mustCall((err) => {
231 finished(rs, null, common.mustCall());
276 finished(writable, common.mustCall((err) => {
285 finished(readable, common.mustCall((err) => {
296 finished(w, common.mustCall((err) => {
319 finished(s, common.mustCall());
335 finished(s, common.mustCall(() => {
347 finished(s, common.mustCall());
361 finished(s, common.mustCall());
382 finished(w, common.mustCall());
394 w.on('error', common.mustCall(() => {
395 finished(w, common.mustCall());
405 r.on('end', common.mustCall(() => {
406 finished(r, common.mustCall());
414 rs.on('end', common.mustCall(() => {
415 finished(rs, common.mustCall());
423 finished(d, { readable: false, writable: true }, common.mustCall((err) => {
432 finished(r, common.mustCall((err) => {
448 d.on('end', common.mustCall());
450 finished(d, { readable: true, writable: false }, common.mustCall());
464 d.on('end', common.mustCall());
467 finished(d, { readable: true, writable: false }, common.mustCall());
477 finished(r, common.mustCall());
544 })().then(common.mustCall());
556 p.on('finish', common.mustCall(() => {
562 const server = http.createServer(common.mustCall((req, res) => {
563 res.on('close', common.mustCall(() => {
564 finished(res, common.mustCall(() => {
575 .on('response', common.mustCall());
580 const server = http.createServer(common.mustCall((req, res) => {
581 req.on('close', common.mustCall(() => {
582 finished(req, common.mustCall(() => {
591 }).end().on('error', common.mustCall());
608 w.on('close', common.mustCall(() => {
612 finished(w, common.mustCall(() => {
622 finished(w, common.mustCall((err) => {
625 finished(w, common.mustCall((err) => {
635 finished(w, common.mustCall((err) => {
638 finished(w, common.mustCall((err) => {
653 const server = http.createServer(common.mustCall(function(req, res) {
655 finished(res, common.mustCall(function(err) {
661 common.mustCall(function(res) {
663 finished(res, common.mustCall(() => {
680 finished(stream, { readable: false }, common.mustCall((err) => {