(s)
| 47992 | } |
| 47993 | const Ly = ComponentsHeaders |
| 47994 | class HeadersVisitor extends Mixin(_m, em) { |
| 47995 | constructor(s) { |
| 47996 | ;(super(s), |
| 47997 | (this.element = new Ly()), |
| 47998 | (this.specPath = (s) => |
| 47999 | isReferenceLikeElement(s) |
| 48000 | ? ['document', 'objects', 'Reference'] |
| 48001 | : ['document', 'objects', 'Header'])) |
| 48002 | } |
| 48003 | ObjectElement(s) { |
| 48004 | const o = _m.prototype.ObjectElement.call(this, s) |
nothing calls this directly
no test coverage detected