Home
last modified time | relevance | path

Searched refs:nodeOptions (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/es-module/
Dtest-esm-symlink-type.js54 flags.forEach((nodeOptions) => {
56 env: Object.assign({}, process.env, { NODE_OPTIONS: nodeOptions })
60 if (nodeOptions.includes('--preserve-symlinks-main')) {
/third_party/node/test/parallel/
Dtest-inspect-support-for-node_options.js12 const nodeOptions = JSON.stringify(flag);
26 const errMsg = `For NODE_OPTIONS ${nodeOptions}, failed to start cluster`;
/third_party/node/deps/npm/lib/config/
Dlifecycle.js21 nodeOptions: npm.config.get('node-options'), property
/third_party/node/lib/internal/cluster/
Dmaster.js116 const nodeOptions = process.env.NODE_OPTIONS ?
121 RegExpPrototypeTest(debugArgRegex, nodeOptions)) {
/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