Home
last modified time | relevance | path

Searched refs:isFd (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/
Dfs.js197 const isFd = isUint32; constant
325 context.isUserFd = isFd(path); // File descriptor ownership
393 const isUserFd = isFd(path); // File descriptor ownership
1496 if (isFd(path)) {
1528 const isUserFd = isFd(path); // File descriptor ownership
1552 if (!options.flag || isFd(path))
1565 if (!options.flag || isFd(path))
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md3762 * [[`e45e5b809d`](https://github.com/nodejs/node/commit/e45e5b809d)] - **fs**: point isFd to isUint…