(keyType, type, isReadonly, declaration)
| 60027 | return symbolTable.get("__index" /* InternalSymbolName.Index */); |
| 60028 | } |
| 60029 | function createIndexInfo(keyType, type, isReadonly, declaration) { |
| 60030 | return { keyType: keyType, type: type, isReadonly: isReadonly, declaration: declaration }; |
| 60031 | } |
| 60032 | function getIndexInfosOfSymbol(symbol) { |
| 60033 | var indexSymbol = getIndexSymbol(symbol); |
| 60034 | return indexSymbol ? getIndexInfosOfIndexSymbol(indexSymbol) : ts.emptyArray; |
no outgoing calls
no test coverage detected
searching dependent graphs…