Lines Matching refs:mustNotCall
150 dns.resolve('example.com', [], common.mustNotCall());
176 assert.throws(() => dns.lookup({}, common.mustNotCall()), errorReg);
178 assert.throws(() => dns.lookup([], common.mustNotCall()), errorReg);
180 assert.throws(() => dns.lookup(true, common.mustNotCall()), errorReg);
182 assert.throws(() => dns.lookup(1, common.mustNotCall()), errorReg);
184 assert.throws(() => dns.lookup(common.mustNotCall(), common.mustNotCall()),
191 assert.throws(() => dnsPromises.lookup(common.mustNotCall()), errorReg);
228 dns.lookup('nodejs.org', { hints }, common.mustNotCall());
324 dns.lookupService(invalidAddress, 0, common.mustNotCall());
339 dns.lookupService('0.0.0.0', port, common.mustNotCall());