Home
last modified time | relevance | path

Searched refs:pipeExists (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/lib/
DcancellationToken.js19 function pipeExists(name) { function
45 …nRequested: function () { return perRequestPipeName_1 !== undefined && pipeExists(perRequestPipeNa…
60 isCancellationRequested: function () { return pipeExists(cancellationPipeName); },
/third_party/typescript/src/cancellationToken/
DcancellationToken.ts11 function pipeExists(name: string): boolean { function
50 … isCancellationRequested: () => perRequestPipeName !== undefined && pipeExists(perRequestPipeName),
65 isCancellationRequested: () => pipeExists(cancellationPipeName!), // TODO: GH#18217