Home
last modified time | relevance | path

Searched refs:NODE_OPTIONS (Results 1 – 22 of 22) 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.js34 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.js98 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/util/
Dinspector.js26 RegExpPrototypeExec(kInspectArgRegex, process.env.NODE_OPTIONS) !== null);
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dset-envs.js102 env.NODE_OPTIONS = cliConf['node-options']
/third_party/node/doc/contributing/maintaining/
Dmaintaining-types-for-nodejs.md57 all, of the configuration supported by `NODE_OPTIONS` would be
63 `NODE_OPTIONS` or flags, the unknown file type is executed as expected.
/third_party/node/doc/api/
Dcli.md67 command line take precedence over options passed through the [`NODE_OPTIONS`][]
1844 ### `NODE_OPTIONS=options...`
1859 NODE_OPTIONS='--require "./my path/file.js"'
1863 passed into `NODE_OPTIONS`:
1867 NODE_OPTIONS='--inspect=localhost:4444' node --inspect=localhost:5555
1871 `NODE_OPTIONS` instances were passed first, and then its command-line
1875 NODE_OPTIONS='--require "./a.js"' node --require "./b.js"
2363 [`NODE_OPTIONS`]: #node_optionsoptions
Dreport.md596 NODE_OPTIONS="--report-uncaught-exception \
Dprocess.md808 read-only `Set` of flags allowable within the [`NODE_OPTIONS`][]
825 * Flags _must_ be allowable within [`NODE_OPTIONS`][].
858 If Node.js was compiled _without_ [`NODE_OPTIONS`][] support (shown in
3881 [`NODE_OPTIONS`]: cli.md#node_optionsoptions
Dtls.md342 command-line switch (directly, or via the [`NODE_OPTIONS`][] environment
349 export NODE_OPTIONS=--tls-cipher-list='ECDHE-RSA-AES128-GCM-SHA256:!RC4'
2286 [`NODE_OPTIONS`]: cli.md#node_optionsoptions
/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.md982 Options to pass through to Node.js via the `NODE_OPTIONS` environment
/third_party/node/deps/npm/tap-snapshots/test/lib/
Ddocs.js.test.cjs1029 Options to pass through to Node.js via the \`NODE_OPTIONS\` environment
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md232 …* Add support for `NODE_OPTIONS="--inspect"` (Sameer Srivastava) [#19165](https://github.com/nodej…
2002 …* `NODE_OPTIONS` now supports the `--stack-trace-limit` option. [#16495](https://github.com/nodejs…
DCHANGELOG_V10.md2499 `NODE_OPTIONS` environment variable. [#19335](https://github.com/nodejs/node/pull/19335)
DCHANGELOG_V12.md2998 the `NODE_OPTIONS` environment variable.