Home
last modified time | relevance | path

Searched refs:emptyIterator (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts1045 …firstDefinedIterator(startsWithPathChecks?.keys() || emptyIterator, fileOrDirectoryPath => startsW…
1046 …firstDefinedIterator(isInDirectoryChecks?.keys() || emptyIterator, fileOrDirectoryPath => isInDire…
Dcore.ts423 return emptyIterator;
444 return res === undefined ? emptyIterator : isArray(res) ? arrayIterator(res) : res;
574 …export const emptyIterator: Iterator<never> = { next: () => ({ value: undefined as never, done: tr… constant
/third_party/skia/third_party/externals/angle2/third_party/r8/
Dbackported_methods.txt105 java/util/Collections#emptyIterator()Ljava/util/Iterator;
/third_party/typescript/lib/
DtypingsInstaller.js539 return ts.emptyIterator;
559 return res === undefined ? ts.emptyIterator : isArray(res) ? arrayIterator(res) : res;
674 ts.emptyIterator = { next: function () { return ({ value: undefined, done: true }); } };
127070 …thPathChecks === void 0 ? void 0 : startsWithPathChecks.keys()) || ts.emptyIterator, function (fil…
127071 …rectoryChecks === void 0 ? void 0 : isInDirectoryChecks.keys()) || ts.emptyIterator, function (fil…
Dtsc.js464 return ts.emptyIterator;
484 return res === undefined ? ts.emptyIterator : isArray(res) ? arrayIterator(res) : res;
599 ts.emptyIterator = { next: function () { return ({ value: undefined, done: true }); } };
105634 …thPathChecks === void 0 ? void 0 : startsWithPathChecks.keys()) || ts.emptyIterator, function (fil…
105635 …rectoryChecks === void 0 ? void 0 : isInDirectoryChecks.keys()) || ts.emptyIterator, function (fil…