(this: any, name: string)
| 144 | }, undefined); |
| 145 | }, |
| 146 | removeAttribute(this: any, name: string): void { |
| 147 | safeCall(() => { |
| 148 | debugAttributeStore(this).delete(name); |
| 149 | }, undefined); |
| 150 | }, |
| 151 | }; |
| 152 | |
| 153 | const applyToPrototype = (prototype: any): void => { |
nothing calls this directly
no test coverage detected