Searched refs:unsortedIndex (Results 1 – 3 of 3) sorted by relevance
295 …const unsortedIndex = parentResult.files.findIndex(entry => getCanonicalFileName(entry) === canoni… constant296 parentResult.files.splice(unsortedIndex, 1);
99901 …var unsortedIndex = parentResult.files.findIndex(function (entry) { return getCanonicalFileName(en…99902 parentResult.files.splice(unsortedIndex, 1);
120488 …var unsortedIndex = parentResult.files.findIndex(function (entry) { return getCanonicalFileName(en…120489 parentResult.files.splice(unsortedIndex, 1);