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/test/parallel/
Dtest-module-nodemodulepaths.js123 const paths = _module._nodeModulePaths(c.file);
/third_party/node/lib/internal/main/
Dsingle_executable_application.js33 customModule.paths = Module._nodeModulePaths(customModule.path);
/third_party/node/lib/internal/modules/cjs/
Dloader.js737 Module._nodeModulePaths = function(from) { function in Module
789 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());
/third_party/node/lib/internal/modules/esm/
Dtranslators.js244 module.paths = CJSModule._nodeModulePaths(module.path);
270 module.paths = CJSModule._nodeModulePaths(module.path);
Dresolve.js992 tmpModule.paths = CJSModule._nodeModulePaths(parent);
/third_party/node/lib/internal/util/
Dinspector.js73 ArrayPrototypePushApply(consoleAPIModule.paths, CJSModule._nodeModulePaths(cwd));
/third_party/node/lib/internal/process/
Dexecution.js65 module.paths = CJSModule._nodeModulePaths(cwd);
/third_party/node/deps/npm/node_modules/promzard/lib/
Dindex.js64 mod.paths = Module._nodeModulePaths(dirname(this.#file))
/third_party/node/lib/
Drepl.js228 module.paths = CJSModule._nodeModulePaths(module.filename);