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.js32 customModule.paths = Module._nodeModulePaths(customModule.path);
/third_party/node/lib/internal/modules/cjs/
Dloader.js703 Module._nodeModulePaths = function(from) { function in Module
749 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());
/third_party/node/lib/internal/modules/esm/
Dtranslators.js204 module.paths = CJSModule._nodeModulePaths(module.path);
230 module.paths = CJSModule._nodeModulePaths(module.path);
Dresolve.js959 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.js63 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.js220 module.paths = CJSModule._nodeModulePaths(module.filename);