Searched defs:processObj (Results 1 – 2 of 2) sorted by relevance
16 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } variable31 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } variable49 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } variable63 processObj = { execPath: '/x/y/Release/node', platform: platforms[next] } variable65 processObj = { variable84 processObj = { execPath: '/a/b/Debug/node', platform: platforms[next] } variable86 processObj = { execPath: '/a/b/out/Debug/node', platform: platforms[next] } variable100 var processObj = { execPath: '/x/y/z/y', platform: next } variable114 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } variable
6 function findNodeDirectory (scriptLocation, processObj) { argument