Lines Matching refs:mustCall
3 const { mustCall, mustNotCall } = require('../common');
8 const finallyMustCall = mustCall();
9 const bodyMustCall = mustCall();
29 const finallyMustCall = mustCall();
30 const bodyMustCall = mustCall();
50 const returnMustBeAwaited = mustCall();
51 const bodyMustCall = mustCall();
75 const returnMustBeAwaited = mustCall();
77 const catchMustCall = mustCall();
107 const catchMustCall = mustCall();
108 const nextMustCall = mustCall();
132 const finallyMustCall = mustCall();
133 const dataMustCall = mustCall();
137 new Promise((resolve) => { resolveDestroy = mustCall(resolve); });
140 new Promise((resolve) => { resolveYielded = mustCall(resolve); });
168 const finallyMustCall = mustCall();
169 const dataMustCall = mustCall(3);
197 ]).then(mustCall());