Searched defs:execPath (Results 1 – 10 of 10) sorted by relevance
| /third_party/node/deps/npm/node_modules/node-gyp/test/ |
| D | test-find-node-directory.js | 17 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 31 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 48 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 61 processObj = { execPath: '/x/y/Release/node', platform: platforms[next] } property 64 execPath: '/x/y/out/Release/node', property 81 processObj = { execPath: '/a/b/Debug/node', platform: platforms[next] } property 83 processObj = { execPath: '/a/b/out/Debug/node', platform: platforms[next] } property 96 var processObj = { execPath: '/x/y/z/y', platform: next } property 109 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property
|
| /third_party/node/test/parallel/ |
| D | test-child-process-prototype-tampering.mjs | 58 delete Object.prototype.execPath; method in delete
|
| D | test-child-process-fork-exec-path.js | 55 const child = fork(__filename, { execPath: copyPath, env: envCopy }); property
|
| D | test-child-process-reject-null-bytes.js | 285 throws(() => fork(__filename, { execPath: 'BBB\0XXX' }), { property
|
| /third_party/node/benchmark/ |
| D | compare.js | 74 execPath: cli.optional[job.binary], property
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | find-python.js | 195 this.run(exec, args, shell, function (err, execPath) { argument 223 function (err, execPath) { argument
|
| D | build.js | 112 which(command, function (err, execPath) { argument
|
| /third_party/node/deps/npm/test/fixtures/ |
| D | mock-npm.js | 173 execPath: process.execPath, property
|
| /third_party/popt/src/ |
| D | poptint.h | 112 const char * execPath; member
|
| /third_party/node/deps/npm/node_modules/@npmcli/config/lib/ |
| D | index.js | 95 execPath = process.execPath, property
|