Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Dutils.js370 const pathIsString = typeof path === 'string'; constant
374 if ((!pathIsString && !pathIsUint8Array) ||
375 (pathIsString && !StringPrototypeIncludes(path, '\u0000')) ||