Searched refs:_nodeModulePaths (Results 1 – 10 of 10) sorted by relevance
7 const expectedPaths = require('module')._nodeModulePaths(process.cwd());
551 Module._nodeModulePaths = function(from) { function in Module597 Module._nodeModulePaths = function(from) {840 fakeParent.paths = Module._nodeModulePaths(path);943 this.paths = Module._nodeModulePaths(path.dirname(filename));1160 m.paths = Module._nodeModulePaths(m.path);1236 parent.paths = Module._nodeModulePaths(process.cwd());
123 const paths = _module._nodeModulePaths(c.file);
32 paths: Module._nodeModulePaths(fromDir)
31 CJSModule._nodeModulePaths(cwd).concat(CJSModule.globalPaths);
236 module.paths = CJSModule._nodeModulePaths(module.path);260 module.paths = CJSModule._nodeModulePaths(module.path);
789 tmpModule.paths = CJSModule._nodeModulePaths(parent);
66 module.paths = CJSModule._nodeModulePaths(cwd);
108 mod.paths = Module._nodeModulePaths(path.dirname(this.file))
211 module.paths = CJSModule._nodeModulePaths(module.filename);