Lines Matching refs:paths
228 module.paths = CJSModule._nodeModulePaths(module.filename);
1133 replModule.paths = CJSModule._resolveLookupPaths('<repl>', parentModule);
1353 let paths = [];
1360 paths = [process.cwd()];
1362 paths = [];
1363 ArrayPrototypePushApply(paths, module.paths);
1364 ArrayPrototypePushApply(paths, CJSModule.globalPaths);
1367 ArrayPrototypeForEach(paths, (dir) => {
1418 let paths = [];
1424 paths = [process.cwd()];
1426 paths = ArrayPrototypeSlice(module.paths);
1429 ArrayPrototypeForEach(paths, (dir) => {