Lines Matching refs:mustCall
13 d.run(common.mustCall(() => {
14 Promise.resolve().then(common.mustCall(() => {
23 d.run(common.mustCall(() => {
24 Promise.resolve().then(() => {}).then(() => {}).then(common.mustCall(() => {
33 d.run(common.mustCall(() => {
48 d1.run(common.mustCall(() => {
52 d2.run(common.mustCall(() => {
53 p.then(common.mustCall((v) => {
63 d1.run(common.mustCall(() => {
67 d2.run(common.mustCall(() => {
68 p.then(d1.bind(common.mustCall((v) => {
78 d1.run(common.mustCall(() => {
82 d1.run(common.mustCall(() => {
83 d2.run(common.mustCall(() => {
84 p.then(common.mustCall((v) => {
95 d1.run(common.mustCall(() => {
99 d2.run(common.mustCall(() => {
100 p.catch(common.mustCall((v) => {
109 d.run(common.mustCall(() => {
110 Promise.resolve().then(common.mustCall(() => {
111 setTimeout(common.mustCall(() => {
121 d.run(common.mustCall(() => {
122 Promise.resolve().then(common.mustCall(() => {
123 fs.readFile(__filename, common.mustCall(() => {
132 d.on('error', common.mustCall((e) => {
135 d.run(common.mustCall(() => {