Home
last modified time | relevance | path

Searched refs:optionsIPv6 (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/sequential/
Dtest-net-connect-local-error.js17 const optionsIPv6 = { variable
45 const clientIPv6 = net.connect(optionsIPv6);
46 clientIPv6.on('error', common.mustCall((err) => onError(err, optionsIPv6)));