()
| 210 | } |
| 211 | |
| 212 | public getCtorMetadata(): InstanceWrapper[] { |
| 213 | return this[INSTANCE_METADATA_SYMBOL].dependencies!; |
| 214 | } |
| 215 | |
| 216 | public addPropertiesMetadata(key: symbol | string, wrapper: InstanceWrapper) { |
| 217 | if (!this[INSTANCE_METADATA_SYMBOL].properties) { |
no outgoing calls
no test coverage detected