Home
last modified time | relevance | path

Searched defs:execPath (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-find-node-directory.js17 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/
Dtest-child-process-prototype-tampering.mjs58 delete Object.prototype.execPath; method in delete
Dtest-child-process-fork-exec-path.js55 const child = fork(__filename, { execPath: copyPath, env: envCopy }); property
Dtest-child-process-reject-null-bytes.js285 throws(() => fork(__filename, { execPath: 'BBB\0XXX' }), { property
/third_party/node/benchmark/
Dcompare.js74 execPath: cli.optional[job.binary], property
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js195 this.run(exec, args, shell, function (err, execPath) { argument
223 function (err, execPath) { argument
Dbuild.js112 which(command, function (err, execPath) { argument
/third_party/node/deps/npm/test/fixtures/
Dmock-npm.js173 execPath: process.execPath, property
/third_party/popt/src/
Dpoptint.h112 const char * execPath; member
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dindex.js95 execPath = process.execPath, property