Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-set-process-debug-port.js12 process.debugPort = value;
13 assert.strictEqual(process.debugPort, expected);
42 process.debugPort = Symbol();
58 process.debugPort = value;
59 }, /^RangeError: process\.debugPort must be 0 or in range 1024 to 65535$/);
Dtest-worker-unsupported-things.js22 const before = process.debugPort;
23 process.debugPort++;
24 assert.strictEqual(process.debugPort, before);
Dtest-inspector-port-zero-cluster.js34 ports.splice(0, 0, process.debugPort);
/third_party/node/test/known_issues/
Dtest-inspector-cluster-port-clash.js26 const ports = [process.debugPort];
27 const clashPort = process.debugPort + 2;
35 ports.push(message.debugPort);
66 process.send({ debugPort: process.debugPort }); property
/third_party/node/test/sequential/
Dtest-inspector-port-cluster.js211 let debugPort = process.debugPort;
234 () => { return debugPort += 2; },
313 assert.strictEqual(process.debugPort, +expectedPort);
/third_party/node/test/fixtures/test-runner/
Drun_inspect_assert.js10 assert.strictEqual(process.debugPort, +expectedPort);
Drun_inspect.js13 inspectPort = common.mustCall(() => { return process.debugPort += 2; });
/third_party/node/lib/internal/main/
Dtest_runner.js34 inspectPort = process.debugPort;
/third_party/node/lib/internal/util/
Dinspector.js36 inspectPort = process.debugPort + debugPortOffset;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js2137 let debugPort = '9229';
2146 debugPort = match[3];
2155 debugPort = match[4];
2158 if (debugOption && debugPort !== '0') {
2159 return `${debugOption}=${debugHost}:${parseInt(debugPort) + 1}`;
/third_party/node/doc/api/
Dcluster.md945 primary's `process.debugPort`.
Dprocess.md1199 ## `process.debugPort`
1212 process.debugPort = 5858;
1218 process.debugPort = 5858;
Dtest.md891 incremented from the primary's `process.debugPort`.
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md2178 …mmit/9f1f7e2a34)] - **(SEMVER-MAJOR)** **inspector**: listen on process.debugPort (cjihrig) [#8386…
DCHANGELOG_V9.md630 …tps://github.com/nodejs/node/commit/b456e31964)] - **doc**: add process.debugPort to doc/api/proce…
DCHANGELOG_V16.md2661 …/nodejs/node/commit/13c931a9dc)] - **process**: add range validation to debugPort (Colin Ihrig) [#…
DCHANGELOG_V8.md665 …tps://github.com/nodejs/node/commit/dbc5bedd3e)] - **doc**: add process.debugPort to doc/api/proce…