Home
last modified time | relevance | path

Searched defs:IterationUse (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts11 const enum IterationUse { enum
24631 … const use = statement.awaitModifier ? IterationUse.ForAwaitOf : IterationUse.ForOf; constant
35454 const use = isAsync ? IterationUse.AsyncYieldStar : IterationUse.YieldStar; constant
39584 const use = statement.awaitModifier ? IterationUse.ForAwaitOf : IterationUse.ForOf; constant
40402 …const use = isAsyncGenerator ? IterationUse.AsyncGeneratorReturnType : IterationUse.GeneratorRetur… constant
/third_party/typescript/lib/
DtypingsInstaller.js50639 (function (IterationUse) { argument