Searched refs:fromEnd (Results 1 – 2 of 2) sorted by relevance
517 let fromEnd = from.length;519 fromEnd - 1 > fromStart &&520 StringPrototypeCharCodeAt(from, fromEnd - 1) === CHAR_BACKWARD_SLASH522 fromEnd--;524 const fromLen = fromEnd - fromStart;590 for (i = fromStart + lastCommonSep + 1; i <= fromEnd; ++i) {591 if (i === fromEnd ||1181 const fromEnd = from.length;1182 const fromLen = fromEnd - fromStart;1226 for (i = fromStart + lastCommonSep + 1; i <= fromEnd; ++i) {[all …]
704 function write_(msg, chunk, encoding, callback, fromEnd) { argument721 if (!fromEnd && typeof chunk !== 'string' && !(isUint8Array(chunk))) {726 if (!fromEnd && msg.socket && !msg.socket.writableCorked) {