Home
last modified time | relevance | path

Searched defs:nodeDir (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dcreate-config-gypi.js18 async function getBaseConfigGypi ({ gyp, nodeDir }) { field
38 async function getCurrentConfigGypi ({ gyp, nodeDir, vsInfo }) { property
39 const config = await getBaseConfigGypi({ gyp, nodeDir }) field
115 async function createConfigGypi ({ gyp, buildDir, nodeDir, vsInfo }) { property
121 const config = await getCurrentConfigGypi({ gyp, nodeDir, vsInfo }) property
Dconfigure.js123 createConfigGypi({ gyp, buildDir, nodeDir, vsInfo }).then(configPath => { property
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-create-config-gypi.js42 const config = await getCurrentConfigGypi({ gyp: prog, nodeDir, vsInfo: {} }) property
52 const config = await getCurrentConfigGypi({ gyp: prog, nodeDir, vsInfo: {} }) property