Searched refs:pathIsString (Results 1 – 1 of 1) sorted by relevance
370 const pathIsString = typeof path === 'string'; constant374 if ((!pathIsString && !pathIsUint8Array) ||375 (pathIsString && !StringPrototypeIncludes(path, '\u0000')) ||