(s)
| 48076 | } |
| 48077 | const Vy = ComponentsCallbacks |
| 48078 | class CallbacksVisitor extends Mixin(_m, em) { |
| 48079 | constructor(s) { |
| 48080 | ;(super(s), |
| 48081 | (this.element = new Vy()), |
| 48082 | (this.specPath = (s) => |
| 48083 | isReferenceLikeElement(s) |
| 48084 | ? ['document', 'objects', 'Reference'] |
| 48085 | : ['document', 'objects', 'Callback'])) |
| 48086 | } |
| 48087 | ObjectElement(s) { |
| 48088 | const o = _m.prototype.ObjectElement.call(this, s) |
nothing calls this directly
no test coverage detected