Home
last modified time | relevance | path

Searched defs:processObj (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-find-node-directory.js16 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } variable
31 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } variable
49 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } variable
63 processObj = { execPath: '/x/y/Release/node', platform: platforms[next] } variable
65 processObj = { variable
84 processObj = { execPath: '/a/b/Debug/node', platform: platforms[next] } variable
86 processObj = { execPath: '/a/b/out/Debug/node', platform: platforms[next] } variable
100 var processObj = { execPath: '/x/y/z/y', platform: next } variable
114 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } variable
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-node-directory.js6 function findNodeDirectory (scriptLocation, processObj) { argument