(value)
| 440 | return super.add(intern_set(this, value)); |
| 441 | } |
| 442 | delete(value) { |
| 443 | return super.delete(intern_delete(this, value)); |
| 444 | } |
| 445 | } |
| 446 | |
| 447 | function intern_get({_intern, _key}, value) { |
nothing calls this directly
no test coverage detected