Lines Matching defs:const
24 const assert = require('assert');
25 const debug = require('util').debuglog('test');
27 const { getTestCases } = require('../fixtures/process-exit-code-cases');
28 const testCases = getTestCases(false);
33 const i = parseInt(process.argv[2]);
43 const { spawn } = require('child_process');
44 const node = process.execPath;
45 const f = __filename;
46 const option = { stdio: [ 0, 1, 'ignore' ] };
48 const test = (arg, name = 'child', exit) => {