Home
last modified time | relevance | path

Searched refs:_findPath (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/modules/
Drun_main.js18 let mainPath = Module._findPath(path.resolve(main), null, true);
/third_party/node/lib/internal/modules/cjs/
Dloader.js462 Module._findPath = function(request, paths, isMain) { function in Module
888 const filename = Module._findPath(request, paths, isMain, false);
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md2602 …)] - **(SEMVER-MAJOR)** **module**: fix inconsistency between load and \_findPath (Denys Otrishko)…
2778 …411e9)] - ***Revert*** "**module**: fix inconsistency between load and \_findPath" (John-David Dal…