Home
last modified time | relevance | path

Searched defs:vsInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-create-config-gypi.js15 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/
Dcreate-config-gypi.js38 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
Dconfigure.js115 function createConfigFile (err, vsInfo) { argument
123 createConfigGypi({ gyp, buildDir, nodeDir, vsInfo }).then(configPath => { field
Dfind-visualstudio.js164 var vsInfo variable in VisualStudioFinder