(key)
| 110684 | if (entries != null) for (const [key1, value] of entries)this.set(key1, value); |
| 110685 | } |
| 110686 | get(key) { |
| 110687 | return super.get(intern_get(this, key)); |
| 110688 | } |
| 110689 | has(key) { |
| 110690 | return super.has(intern_get(this, key)); |
| 110691 | } |
nothing calls this directly
no test coverage detected