Home
last modified time | relevance | path

Searched refs:windowsHide (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-windows-hide.js9 const options = { windowsHide: true }; property
17 assert.strictEqual(options.windowsHide, true);
22 assert.strictEqual(options.windowsHide, true);
Dtest-cluster-fork-windowsHide.js48 windowsHide: true property
64 { windowsHide: true, encoding: 'utf8' }); property
Dtest-repl-array-prototype-tempering.js8 windowsHide: true, property
Dtest-repl-unsafe-array-iteration.js8 windowsHide: true, property
Dtest-child-process-spawnsync-shell.js70 assert.strictEqual(opts.windowsHide, false);
/third_party/node/lib/
Dchild_process.js318 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/
Dmaster.js145 windowsHide: cluster.settings.windowsHide, property
/third_party/node/doc/api/
Dchild_process.md158 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 …]
Dcluster.md739 description: The `windowsHide` option is supported now.
771 * `windowsHide` {boolean} Hide the forked processes console window that would
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md2135 * 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…
DCHANGELOG_V8.md569 …* 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…
DCHANGELOG_V9.md265 …/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…