Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Dutils.js346 const pathIsString = typeof path === 'string'; constant
350 if ((!pathIsString && !pathIsUint8Array) ||
351 (pathIsString && !path.includes('\u0000')) ||