Home
last modified time | relevance | path

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

/third_party/node/test/sequential/
Dtest-net-connect-local-error.js10 const optionsIPv4 = { variable
37 const clientIPv4 = net.connect(optionsIPv4);
38 clientIPv4.on('error', common.mustCall((err) => onError(err, optionsIPv4)));