Lines Matching refs:firstPart
223 const firstPart = StringPrototypeSlice(path, last, j);
242 `\\\\${firstPart}\\${StringPrototypeSlice(path, last, j)}`;
337 const firstPart = StringPrototypeSlice(path, last, j);
357 return `\\\\${firstPart}\\${StringPrototypeSlice(path, last)}\\`;
362 `\\\\${firstPart}\\${StringPrototypeSlice(path, last, j)}`;
426 let firstPart;
432 joined = firstPart = arg;
456 if (isPathSeparator(StringPrototypeCharCodeAt(firstPart, 0))) {
458 const firstLen = firstPart.length;
460 isPathSeparator(StringPrototypeCharCodeAt(firstPart, 1))) {
463 if (isPathSeparator(StringPrototypeCharCodeAt(firstPart, 2)))