(s)
| 48049 | } |
| 48050 | const qy = ComponentsLinks |
| 48051 | class LinksVisitor_LinksVisitor extends Mixin(_m, em) { |
| 48052 | constructor(s) { |
| 48053 | ;(super(s), |
| 48054 | (this.element = new qy()), |
| 48055 | (this.specPath = (s) => |
| 48056 | isReferenceLikeElement(s) |
| 48057 | ? ['document', 'objects', 'Reference'] |
| 48058 | : ['document', 'objects', 'Link'])) |
| 48059 | } |
| 48060 | ObjectElement(s) { |
| 48061 | const o = _m.prototype.ObjectElement.call(this, s) |
nothing calls this directly
no test coverage detected