(synthId)
| 152070 | return synthPattern.bindingPattern; |
| 152071 | } |
| 152072 | function declareSynthIdentifier(synthId) { |
| 152073 | synthId.hasBeenDeclared = true; |
| 152074 | return synthId.identifier; |
| 152075 | } |
| 152076 | function isSynthIdentifier(bindingName) { |
| 152077 | return bindingName.kind === 0 /* SynthBindingNameKind.Identifier */; |
| 152078 | } |
no outgoing calls
no test coverage detected