(e, t, n)
| 5398 | void 0 !== n && this.set(e, n, i); |
| 5399 | } |
| 5400 | set(e, t, n) { |
| 5401 | return ( |
| 5402 | delete this[n ? "implicit" : "explicit"][e], |
| 5403 | (this[n ? "explicit" : "implicit"][e] = t), |
| 5404 | this |
| 5405 | ); |
| 5406 | } |
| 5407 | copyKeyFromSplit(e, t) { |
| 5408 | let { explicit: n, implicit: i } = t; |
| 5409 | void 0 !== n[e] |
no outgoing calls
no test coverage detected