Searched refs:arrayIterator (Results 1 – 6 of 6) sorted by relevance
1986 projectService.applyChangesInOpenFiles(/*openFiles*/ undefined, arrayIterator([{1988 changes: arrayIterator([{2069 arrayIterator([{2071 changes: arrayIterator([{2089 projectService.applyChangesInOpenFiles(/*openFiles*/ undefined, arrayIterator([{2091 changes: arrayIterator([{
227 projectService.applyChangesInOpenFiles(arrayIterator(externalFiles));
15 if (isArray(iterable)) return arrayIterator(iterable);444 return res === undefined ? emptyIterator : isArray(res) ? arrayIterator(res) : res;1027 export function arrayIterator<T>(array: readonly T[]): Iterator<T> { function1583 arrayIt = arrayIterator(n.value);
2964 … request.arguments.openFiles && mapIterator(arrayIterator(request.arguments.openFiles), file => ({2970 …request.arguments.changedFiles && mapIterator(arrayIterator(request.arguments.changedFiles), file …2986 request.arguments.openFiles && arrayIterator(request.arguments.openFiles),2987 …request.arguments.changedFiles && mapIterator(arrayIterator(request.arguments.changedFiles), file …
147 return arrayIterator(iterable);559 return res === undefined ? ts.emptyIterator : isArray(res) ? arrayIterator(res) : res;1052 function arrayIterator(array) { function1064 ts.arrayIterator = arrayIterator;1548 arrayIt = arrayIterator(n.value);
106 return arrayIterator(iterable);484 return res === undefined ? ts.emptyIterator : isArray(res) ? arrayIterator(res) : res;930 function arrayIterator(array) { function942 ts.arrayIterator = arrayIterator;1348 arrayIt = arrayIterator(n.value);