Searched defs:IterationUse (Results 1 – 2 of 2) sorted by relevance
11 const enum IterationUse { enum24631 … const use = statement.awaitModifier ? IterationUse.ForAwaitOf : IterationUse.ForOf; constant35454 const use = isAsync ? IterationUse.AsyncYieldStar : IterationUse.YieldStar; constant39584 const use = statement.awaitModifier ? IterationUse.ForAwaitOf : IterationUse.ForOf; constant40402 …const use = isAsyncGenerator ? IterationUse.AsyncGeneratorReturnType : IterationUse.GeneratorRetur… constant
50639 (function (IterationUse) { argument