(s, o)
| 535 | ) |
| 536 | } |
| 537 | register(s, o) { |
| 538 | return ((this._elements = void 0), (this.elementMap[s] = o), this) |
| 539 | } |
| 540 | unregister(s) { |
| 541 | return ((this._elements = void 0), delete this.elementMap[s], this) |
| 542 | } |
no outgoing calls
no test coverage detected