Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Dutils.js363 const nullCheck = hideStackFrames((path, propName, throwError = true) => { constant
699 const err = nullCheck(path, propName, false);
956 nullCheck, property
Dpromises.js62 nullCheck,
980 nullCheck(prefix);
/third_party/node/lib/
Dfs.js106 nullCheck,
1413 nullCheck(basePath, 'path', true);
2896 nullCheck(prefix, 'prefix');
2913 nullCheck(prefix, 'prefix');
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md2227 * \[[`ecef87177a`](https://github.com/nodejs/node/commit/ecef87177a)] - **fs**: ensure nullCheck() …