(types, mapper)
| 63268 | return items; |
| 63269 | } |
| 63270 | function instantiateTypes(types, mapper) { |
| 63271 | return instantiateList(types, mapper, instantiateType); |
| 63272 | } |
| 63273 | function instantiateSignatures(signatures, mapper) { |
| 63274 | return instantiateList(signatures, mapper, instantiateSignature); |
| 63275 | } |
no test coverage detected
searching dependent graphs…