Searched refs:regSearchKeys (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | util.js | 47 function regSearchKeys (keys, value, addOpts, cb) { function 63 regSearchKeys: regSearchKeys property
|
D | find-visualstudio.js | 7 const regSearchKeys = require('./util').regSearchKeys constant 26 regSearchKeys: regSearchKeys, property in VisualStudioFinder 369 this.regSearchKeys(regVC7, info.version, [], (err, res) => { 379 this.regSearchKeys([`${regMSBuild}\\${info.version}`],
|
/third_party/node/deps/npm/node_modules/node-gyp/test/ |
D | test-find-visualstudio.js | 58 finder.regSearchKeys = (keys, value, addOpts, cb) => { function 97 finder.regSearchKeys = (keys, value, addOpts, cb) => { 133 finder.regSearchKeys = (keys, value, addOpts, cb) => { 434 finder.regSearchKeys = (keys, value, addOpts, cb) => {
|