(_header)
| 72210 | return computed; |
| 72211 | } |
| 72212 | static accessor(header) { |
| 72213 | const internals = this[$internals] = this[$internals] = { |
| 72214 | accessors: {} |
| 72215 | }; |
| 72216 | const accessors = internals.accessors; |
| 72217 | const prototype3 = this.prototype; |
| 72218 | function defineAccessor(_header) { |
| 72219 | const lHeader = normalizeHeader(_header); |
| 72220 | if (!accessors[lHeader]) { |
| 72221 | buildAccessors(prototype3, _header); |
nothing calls this directly
no test coverage detected