Searched refs:customFds (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/promzard/test/ |
D | buffer.js | 48 var c = spawn(node, [example], { customFds: [-1,-1,-1] }) property
|
D | basic.js | 49 var c = spawn(node, [example], { customFds: [-1,-1,-1] }) property
|
/third_party/node/doc/api/ |
D | deprecations.md | 163 ### DEP0006: `child_process` `options.customFds` 183 methods, the `options.customFds` option is deprecated. The `options.stdio`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 224 * lib: noisy deprecation of child_process customFds (Ryan Graham) 2086 * [#1695](https://github.com/joyent/node/issues/1695) Forward customFds to ChildProcess.spawn
|
D | CHANGELOG_V7.md | 1987 …ithub.com/nodejs/node/commit/1037463604)] - **test**: add child_process customFds test (cjihrig) […
|
D | CHANGELOG_V12.md | 3490 * remove `options.customFds` (cjihrig) [#25279](https://github.com/nodejs/node/pull/25279)
|
D | CHANGELOG_V6.md | 2967 …ithub.com/nodejs/node/commit/65e27176f6)] - **test**: add child_process customFds test (cjihrig) […
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-2.md | 3870 `node-gyp` to use `stdio` instead of `customFds` so it stops printing a 4897 customFds, hello stdio ([@othiym23](https://github.com/othiym23))
|