Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-set-process-debug-port.js9 const kMaxPort = 65535; constant
20 check(kMaxPort - 1, kMaxPort - 1);
21 check(kMaxPort, kMaxPort);
27 check(`${kMaxPort - 1}`, kMaxPort - 1);
28 check(`${kMaxPort}`, kMaxPort);
51 kMaxPort + 1,
55 `${kMaxPort + 1}`,
/third_party/node/lib/internal/util/
Dinspector.js17 const kMaxPort = 65535; constant
37 if (inspectPort > kMaxPort)
38 inspectPort = inspectPort - kMaxPort + kMinPort - 1;