Home
last modified time | relevance | path

Searched defs:iteratedType (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts43907 const iteratedType = checkRightHandSideOfForOf(expr.parent as ForOfStatement); constant
43913 const iteratedType = getTypeOfExpression((expr.parent as BinaryExpression).right); constant
/third_party/typescript/lib/
DtypingsInstaller.js63855 function createIterableType(iteratedType) { argument
Dtsc.js53236 function createIterableType(iteratedType) { argument