Searched refs:emptyIterator (Results 1 – 5 of 5) sorted by relevance
1045 …firstDefinedIterator(startsWithPathChecks?.keys() || emptyIterator, fileOrDirectoryPath => startsW…1046 …firstDefinedIterator(isInDirectoryChecks?.keys() || emptyIterator, fileOrDirectoryPath => isInDire…
423 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
105 java/util/Collections#emptyIterator()Ljava/util/Iterator;
539 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…
464 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…