Home
last modified time | relevance | path

Searched refs:getInspectPort (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/internal/util/
H A Dinspector.js32 function getInspectPort(inspectPort) { function
104 getInspectPort,
/third_party/node/lib/internal/cluster/
H A Dprimary.js25 const { getInspectPort, isUsingInspector } = require('internal/util/inspector');
126 ArrayPrototypePush(execArgv, `--inspect-port=${getInspectPort(cluster.settings.inspectPort)}`);
/third_party/node/lib/internal/test_runner/
H A Drunner.js54 const { getInspectPort, isUsingInspector, isInspectorMessage } = require('internal/util/inspector');
162 ArrayPrototypePush(argv, `--inspect-port=${getInspectPort(inspectPort)}`);

Completed in 2 milliseconds