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);
32 customModule.paths = Module._nodeModulePaths(customModule.path);
703 Module._nodeModulePaths = function(from) { function in Module749 Module._nodeModulePaths = function(from) {1017 fakeParent.paths = Module._nodeModulePaths(path);1112 this.paths = Module._nodeModulePaths(path.dirname(filename));1356 m.paths = Module._nodeModulePaths(m.path);1425 parent.paths = Module._nodeModulePaths(process.cwd());
204 module.paths = CJSModule._nodeModulePaths(module.path);230 module.paths = CJSModule._nodeModulePaths(module.path);
959 tmpModule.paths = CJSModule._nodeModulePaths(parent);
73 ArrayPrototypePushApply(consoleAPIModule.paths, CJSModule._nodeModulePaths(cwd));
63 module.paths = CJSModule._nodeModulePaths(cwd);
64 mod.paths = Module._nodeModulePaths(dirname(this.#file))
220 module.paths = CJSModule._nodeModulePaths(module.filename);