(signatures, mapper)
| 63271 | return instantiateList(types, mapper, instantiateType); |
| 63272 | } |
| 63273 | function instantiateSignatures(signatures, mapper) { |
| 63274 | return instantiateList(signatures, mapper, instantiateSignature); |
| 63275 | } |
| 63276 | function instantiateIndexInfos(indexInfos, mapper) { |
| 63277 | return instantiateList(indexInfos, mapper, instantiateIndexInfo); |
| 63278 | } |
no test coverage detected