Searched defs:iteratedType (Results 1 – 3 of 3) sorted by relevance
43907 const iteratedType = checkRightHandSideOfForOf(expr.parent as ForOfStatement); constant43913 const iteratedType = getTypeOfExpression((expr.parent as BinaryExpression).right); constant
63855 function createIterableType(iteratedType) { argument
53236 function createIterableType(iteratedType) { argument