Searched refs:_nodeModulePaths (Results 1 – 10 of 10) sorted by relevance
7 const expectedPaths = require('module')._nodeModulePaths(process.cwd());
123 const paths = _module._nodeModulePaths(c.file);
33 customModule.paths = Module._nodeModulePaths(customModule.path);
737 Module._nodeModulePaths = function(from) { function in Module789 Module._nodeModulePaths = function(from) {1077 fakeParent.paths = Module._nodeModulePaths(path);1195 this.paths = Module._nodeModulePaths(path.dirname(filename));1480 m.paths = Module._nodeModulePaths(m.path);1561 parent.paths = Module._nodeModulePaths(process.cwd());
244 module.paths = CJSModule._nodeModulePaths(module.path);270 module.paths = CJSModule._nodeModulePaths(module.path);
992 tmpModule.paths = CJSModule._nodeModulePaths(parent);
73 ArrayPrototypePushApply(consoleAPIModule.paths, CJSModule._nodeModulePaths(cwd));
65 module.paths = CJSModule._nodeModulePaths(cwd);
64 mod.paths = Module._nodeModulePaths(dirname(this.#file))
228 module.paths = CJSModule._nodeModulePaths(module.filename);