Home
last modified time | relevance | path

Searched refs:_nodeModulePaths (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/fixtures/
Dcluster-preload.js7 const expectedPaths = require('module')._nodeModulePaths(process.cwd());
/third_party/node/lib/internal/modules/cjs/
Dloader.js551 Module._nodeModulePaths = function(from) { function in Module
597 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());
/third_party/node/test/parallel/
Dtest-module-nodemodulepaths.js123 const paths = _module._nodeModulePaths(c.file);
/third_party/node/deps/npm/node_modules/resolve-from/
Dindex.js32 paths: Module._nodeModulePaths(fromDir)
/third_party/node/lib/internal/util/
Dinspector.js31 CJSModule._nodeModulePaths(cwd).concat(CJSModule.globalPaths);
/third_party/node/lib/internal/modules/esm/
Dtranslators.js236 module.paths = CJSModule._nodeModulePaths(module.path);
260 module.paths = CJSModule._nodeModulePaths(module.path);
Dresolve.js789 tmpModule.paths = CJSModule._nodeModulePaths(parent);
/third_party/node/lib/internal/process/
Dexecution.js66 module.paths = CJSModule._nodeModulePaths(cwd);
/third_party/node/deps/npm/node_modules/promzard/
Dpromzard.js108 mod.paths = Module._nodeModulePaths(path.dirname(this.file))
/third_party/node/lib/
Drepl.js211 module.paths = CJSModule._nodeModulePaths(module.filename);