Home
last modified time | relevance | path

Searched refs:tryStatSync (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/modules/esm/
Dresolve.js118 const tryStatSync = function
311 const stats = tryStatSync(StringPrototypeEndsWith(path, '/') ?
707 const stat = tryStatSync(StringPrototypeSlice(packageJSONPath, 0,
/third_party/node/lib/
Dfs.js354 function tryStatSync(fd, isUserFd) { function
396 const stats = tryStatSync(fd, isUserFd);
/third_party/node/tools/
Dlint-md.mjs19537 function tryStatSync(path) { function
19658 return tryStatSync(fileURLToPath(url)).isFile()
19739 const stats = tryStatSync(path.endsWith('/') ? path.slice(-1) : path);
20339 const stat = tryStatSync(packageJsonPath.slice(0, -13));
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1216 …ps://github.com/nodejs/node/commit/77c7d979b6)] - **module**: simplify tryStatSync with throwIfNoE…