Lines Matching defs:const
23 const common = require('../common');
25 const assert = require('node:assert');
26 const cluster = require('node:cluster');
27 const { spawnSync } = require('node:child_process');
34 const { status } = spawnSync(process.execPath, [
37 const { strictEqual } = require('node:assert');
56 const checks = {
92 const stateNames = Object.keys(checks.worker.states);
107 const state = stateNames[index];
121 const worker = cluster.fork();
149 const port = arguments[0].port;