Home
last modified time | relevance | path

Searched refs:arrayIterator (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1986 projectService.applyChangesInOpenFiles(/*openFiles*/ undefined, arrayIterator([{
1988 changes: arrayIterator([{
2069 arrayIterator([{
2071 changes: arrayIterator([{
2089 projectService.applyChangesInOpenFiles(/*openFiles*/ undefined, arrayIterator([{
2091 changes: arrayIterator([{
DexternalProjects.ts227 projectService.applyChangesInOpenFiles(arrayIterator(externalFiles));
/third_party/typescript/src/compiler/
Dcore.ts15 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> { function
1583 arrayIt = arrayIterator(n.value);
/third_party/typescript/src/server/
Dsession.ts2964 … 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 …
/third_party/typescript/lib/
DtypingsInstaller.js147 return arrayIterator(iterable);
559 return res === undefined ? ts.emptyIterator : isArray(res) ? arrayIterator(res) : res;
1052 function arrayIterator(array) { function
1064 ts.arrayIterator = arrayIterator;
1548 arrayIt = arrayIterator(n.value);
Dtsc.js106 return arrayIterator(iterable);
484 return res === undefined ? ts.emptyIterator : isArray(res) ? arrayIterator(res) : res;
930 function arrayIterator(array) { function
942 ts.arrayIterator = arrayIterator;
1348 arrayIt = arrayIterator(n.value);