Lines Matching defs:const
3 const common = require('../common');
4 const assert = require('assert');
5 const { internalBinding } = require('internal/test/binding');
6 const cares = internalBinding('cares_wrap');
12 const dns = require('dns');
13 const dnsPromises = dns.promises;
16 const err = {
54 const err = {
59 const options = {
72 const family = 20;
73 const err = {
78 const options = {
92 const err = { code: 'ERR_INVALID_ARG_VALUE' };
93 const options = { family };
100 const err = { code: 'ERR_INVALID_ARG_TYPE' };
110 const err = { code: 'ERR_INVALID_ARG_TYPE' };
111 const options = { hints };
119 const err = { code: 'ERR_INVALID_ARG_TYPE' };
120 const options = { all };
128 const err = { code: 'ERR_INVALID_ARG_TYPE' };
129 const options = { verbatim };
198 const descriptor = Object.getOwnPropertyDescriptor(error, 'message');