Home
last modified time | relevance | path

Searched refs:NODE_OPTIONS (Results 1 – 24 of 24) sorted by relevance

/third_party/node/test/parallel/
Dtest-unicode-node-options.js11 const NODE_OPTIONS = `--redirect-warnings=${expected_redirect_value}`; constant
17 NODE_OPTIONS field
Dtest-cli-options-precedence.js21 env: { ...process.env, NODE_OPTIONS: '--max-http-header-size=1234' } property
Dtest-inspect-support-for-node_options.js14 process.env.NODE_OPTIONS = flag;
Dtest-worker-execargv-invalid.js45 NODE_OPTIONS: '--nonexistent-options' property
Dtest-cli-node-options-disallowed.js33 const env = { ...process.env, NODE_OPTIONS: opt }; property
Dtest-set-http-max-http-headers.js60 NODE_OPTIONS: '--max-http-header-size=1024' property
Dtest-cli-node-options.js95 env: Object.assign({}, process.env, { NODE_OPTIONS: opt }), property
/third_party/node/test/es-module/
Dtest-esm-type-flag-errors.js39 env: Object.assign({}, process.env, { NODE_OPTIONS: opt }), property
Dtest-esm-symlink-type.js56 env: Object.assign({}, process.env, { NODE_OPTIONS: nodeOptions }) property
/third_party/node/lib/internal/cluster/
Dmaster.js116 const nodeOptions = process.env.NODE_OPTIONS ?
117 process.env.NODE_OPTIONS : '';
/third_party/node/doc/api/
Dcli.md38 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
Dreport.md572 NODE_OPTIONS="--report-uncaught-exception \
Dprocess.md590 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
Dtls.md312 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/
DCHANGELOG.md134 * **nodeOptions:** add "nodeOptions" option to set NODE_OPTIONS for child ([#7](https://github.com/…
Dindex.js413 if (opts.nodeOptions) env.NODE_OPTIONS = opts.nodeOptions
/third_party/node/deps/npm/node_modules/safer-buffer/
DPorting-Buffer.md28 $ export NODE_OPTIONS='--trace-warnings --pending-deprecation'
/third_party/node/deps/npm/docs/content/using-npm/
Dconfig.md741 Options to pass through to Node.js via the `NODE_OPTIONS` environment
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md221 …* 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…
DCHANGELOG_V6.md908 …* 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) […
DCHANGELOG_V8.md1246 …* 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) […
DCHANGELOG_V12.md588 the `NODE_OPTIONS` environment variable.
DCHANGELOG_V10.md2231 `NODE_OPTIONS` environment variable. [#19335](https://github.com/nodejs/node/pull/19335)
/third_party/node/deps/npm/changelogs/
DCHANGELOG-5.md899 Add new `--node-options` config to pass through a custom `NODE_OPTIONS` for