/third_party/node/test/parallel/ |
D | test-unicode-node-options.js | 11 const NODE_OPTIONS = `--redirect-warnings=${expected_redirect_value}`; constant 17 NODE_OPTIONS field
|
D | test-cli-options-precedence.js | 21 env: { ...process.env, NODE_OPTIONS: '--max-http-header-size=1234' } property
|
D | test-inspect-support-for-node_options.js | 14 process.env.NODE_OPTIONS = flag;
|
D | test-worker-execargv-invalid.js | 45 NODE_OPTIONS: '--nonexistent-options' property
|
D | test-cli-node-options-disallowed.js | 33 const env = { ...process.env, NODE_OPTIONS: opt }; property
|
D | test-set-http-max-http-headers.js | 60 NODE_OPTIONS: '--max-http-header-size=1024' property
|
D | test-cli-node-options.js | 95 env: Object.assign({}, process.env, { NODE_OPTIONS: opt }), property
|
/third_party/node/test/es-module/ |
D | test-esm-type-flag-errors.js | 39 env: Object.assign({}, process.env, { NODE_OPTIONS: opt }), property
|
D | test-esm-symlink-type.js | 56 env: Object.assign({}, process.env, { NODE_OPTIONS: nodeOptions }) property
|
/third_party/node/lib/internal/cluster/ |
D | master.js | 116 const nodeOptions = process.env.NODE_OPTIONS ? 117 process.env.NODE_OPTIONS : '';
|
/third_party/node/doc/api/ |
D | cli.md | 38 command line take precedence over options passed through the [`NODE_OPTIONS`][] 1299 ### `NODE_OPTIONS=options...` 1313 NODE_OPTIONS='--require "./my path/file.js"' 1317 passed into `NODE_OPTIONS`: 1321 NODE_OPTIONS='--inspect=localhost:4444' node --inspect=localhost:5555 1325 `NODE_OPTIONS` instances were passed first, and then its command-line 1329 NODE_OPTIONS='--require "./a.js"' node --require "./b.js" 1692 [`NODE_OPTIONS`]: #cli_node_options_options
|
D | report.md | 572 NODE_OPTIONS="--report-uncaught-exception \
|
D | process.md | 590 read-only `Set` of flags allowable within the [`NODE_OPTIONS`][] 607 * Flags *must* be allowable within [`NODE_OPTIONS`][]. 627 If Node.js was compiled *without* [`NODE_OPTIONS`][] support (shown in 2767 [`NODE_OPTIONS`]: cli.md#cli_node_options_options
|
D | tls.md | 312 command-line switch (directly, or via the [`NODE_OPTIONS`][] environment 319 export NODE_OPTIONS=--tls-cipher-list='ECDHE-RSA-AES128-GCM-SHA256:!RC4' 2034 [`NODE_OPTIONS`]: cli.md#cli_node_options_options
|
/third_party/node/deps/npm/node_modules/npm-lifecycle/ |
D | CHANGELOG.md | 134 * **nodeOptions:** add "nodeOptions" option to set NODE_OPTIONS for child ([#7](https://github.com/…
|
D | index.js | 413 if (opts.nodeOptions) env.NODE_OPTIONS = opts.nodeOptions
|
/third_party/node/deps/npm/node_modules/safer-buffer/ |
D | Porting-Buffer.md | 28 $ export NODE_OPTIONS='--trace-warnings --pending-deprecation'
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | config.md | 741 Options to pass through to Node.js via the `NODE_OPTIONS` environment
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V9.md | 221 …* Add support for `NODE_OPTIONS="--inspect"` (Sameer Srivastava) [#19165](https://github.com/nodej… 706 …* allow --perf-(basic-)?prof in NODE_OPTIONS (Leko) [#17600](https://github.com/nodejs/node/pull/1… 847 …df6d9b5)] - **(SEMVER-MINOR)** **src**: allow --perf-(basic-)?prof in NODE_OPTIONS (Leko) [#17600]… 1575 …s://github.com/nodejs/node/commit/7f55f98a84)] - **src**: fix typo in NODE_OPTIONS whitelist (Evan… 1974 …* `NODE_OPTIONS` now supports the `--stack-trace-limit` option. [#16495](https://github.com/nodejs… 1988 …7349d42945)] - **(SEMVER-MINOR)** **cli**: add --stack-trace-limit to NODE_OPTIONS (Anna Henningse…
|
D | CHANGELOG_V6.md | 908 …* v8 options can be specified with either '\_' or '-' in NODE_OPTIONS (Sam Roberts) [#14093](https… 986 …dejs/node/commit/75b1e30e6b)] - **src**: add --pending-deprecation to NODE_OPTIONS (Thomas Corbièr… 1203 …* allow CLI args in env with NODE_OPTIONS (Sam Roberts) [#12028](https://github.com/nodejs/node/pu… 1204 …* --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts) [#13932](https://github.com/nodejs/n… 1205 …* allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts) [#13172](https://github.com/nodejs/node/pu… 1280 …6edf)] - **(SEMVER-MINOR)** **src**: --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts) [… 1281 …16f8f9b03f)] - **(SEMVER-MINOR)** **src**: allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts) [… 1282 …/nodejs/node/commit/12b66e60d7)] - **src**: whitelist new options for NODE_OPTIONS (Sam Roberts) [… 1283 …nodejs/node/commit/dd6ea89217)] - **src**: allow CLI args in env with NODE_OPTIONS (Sam Roberts) […
|
D | CHANGELOG_V8.md | 1246 …* add --stack-trace-limit to NODE_OPTIONS (Anna Henningsen) [#16495](https://github.com/nodejs/nod… 1296 …ec7996ca15)] - **(SEMVER-MINOR)** **cli**: add --stack-trace-limit to NODE_OPTIONS (Anna Henningse… 1682 …s://github.com/nodejs/node/commit/3c8bdd9652)] - **src**: fix typo in NODE_OPTIONS whitelist (Evan… 2822 …dejs/node/commit/4f88c19cf3)] - **src**: add --pending-deprecation to NODE_OPTIONS (Thomas Corbièr… 3679 …/node/commit/21ee4b1b97)] - **src**: --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts) [… 4798 …nodejs/node/commit/287b11dc8c)] - **src**: allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts) [… 4810 …/nodejs/node/commit/d6cd466a25)] - **src**: whitelist new options for NODE_OPTIONS (Sam Roberts) [… 4829 …nodejs/node/commit/f2282bb812)] - **src**: allow CLI args in env with NODE_OPTIONS (Sam Roberts) […
|
D | CHANGELOG_V12.md | 588 the `NODE_OPTIONS` environment variable.
|
D | CHANGELOG_V10.md | 2231 `NODE_OPTIONS` environment variable. [#19335](https://github.com/nodejs/node/pull/19335)
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-5.md | 899 Add new `--node-options` config to pass through a custom `NODE_OPTIONS` for
|