Searched defs:vsInfo (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/npm/node_modules/node-gyp/test/ |
| D | test-create-config-gypi.js | 15 const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) property 24 const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) property 32 const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) property 42 const config = await getCurrentConfigGypi({ gyp: prog, nodeDir, vsInfo: {} }) property 52 const config = await getCurrentConfigGypi({ gyp: prog, nodeDir, vsInfo: {} }) property
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | create-config-gypi.js | 38 async function getCurrentConfigGypi ({ gyp, nodeDir, vsInfo }) { field 115 async function createConfigGypi ({ gyp, buildDir, nodeDir, vsInfo }) { field 121 const config = await getCurrentConfigGypi({ gyp, nodeDir, vsInfo }) field
|
| D | configure.js | 115 function createConfigFile (err, vsInfo) { argument 123 createConfigGypi({ gyp, buildDir, nodeDir, vsInfo }).then(configPath => { field
|
| D | find-visualstudio.js | 164 var vsInfo variable in VisualStudioFinder
|