Searched refs:windowsHide (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/parallel/ |
D | test-child-process-windows-hide.js | 9 const options = { windowsHide: true }; property 17 assert.strictEqual(options.windowsHide, true); 22 assert.strictEqual(options.windowsHide, true);
|
D | test-cluster-fork-windowsHide.js | 48 windowsHide: true property 64 { windowsHide: true, encoding: 'utf8' }); property
|
D | test-repl-array-prototype-tempering.js | 8 windowsHide: true, property
|
D | test-repl-unsafe-array-iteration.js | 8 windowsHide: true, property
|
D | test-child-process-spawnsync-shell.js | 70 assert.strictEqual(opts.windowsHide, false);
|
/third_party/node/lib/ |
D | child_process.js | 318 windowsHide: !!options.windowsHide, property 543 if (options.windowsHide != null) { 544 validateBoolean(options.windowsHide, 'options.windowsHide'); 612 windowsHide: !!options.windowsHide,
|
/third_party/node/lib/internal/cluster/ |
D | master.js | 145 windowsHide: cluster.settings.windowsHide, property
|
/third_party/node/doc/api/ |
D | child_process.md | 158 description: The `windowsHide` option is supported now. 180 * `windowsHide` {boolean} Hide the subprocess console window that would 287 description: The `windowsHide` option is supported now. 304 * `windowsHide` {boolean} Hide the subprocess console window that would 518 description: The `windowsHide` option is supported now. 551 * `windowsHide` {boolean} Hide the subprocess console window that would 868 description: The `windowsHide` option is supported now. 901 * `windowsHide` {boolean} Hide the subprocess console window that would 941 description: The `windowsHide` option is supported now. 972 * `windowsHide` {boolean} Hide the subprocess console window that would [all …]
|
D | cluster.md | 739 description: The `windowsHide` option is supported now. 771 * `windowsHide` {boolean} Hide the forked processes console window that would
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V11.md | 2135 * On Windows the `windowsHide` option default was restored to `false`. 2168 …ejs/node/commit/c07cce368a)] - ***Revert*** "**child_process**: change windowsHide default to true… 2500 …* The default value of the `windowsHide` option has been changed to `true`. [#21316](https://githu… 2543 …ode/commit/420d8afe3d)] - **(SEMVER-MAJOR)** **child_process**: change windowsHide default to true…
|
D | CHANGELOG_V8.md | 569 …* support windowsHide option for workers (Todd Wong) [#17412](https://github.com/nodejs/node/pull/… 615 …ejs/node/commit/76805f0043)] - **(SEMVER-MINOR)** **cluster**: support windowsHide option for work… 678 …/node/commit/531cb6238d)] - **doc**: add missing metadata for settings.windowsHide (Tobias Nießen)… 2205 …://github.com/nodejs/node/commit/81d01bccd1)] - **child_process**: add windowsHide option (cjihrig…
|
D | CHANGELOG_V9.md | 265 …/node/commit/fa17002215)] - **doc**: add missing metadata for settings.windowsHide (Tobias Nießen)… 1150 …ps://github.com/nodejs/node/commit/d066db7014)] - **cluster**: support windowsHide option for work…
|