* @_ignore:
(fragment, selector, args, value)
| 86 | * @_ignore: |
| 87 | */ |
| 88 | constructor(fragment, selector, args, value) { |
| 89 | const name = fragment.name, signature = fragment.format(); |
| 90 | defineProperties(this, { |
| 91 | fragment, name, args, signature, selector, value |
| 92 | }); |
| 93 | } |
| 94 | } |
| 95 | /** |
| 96 | * When using the [[Interface-parseError]] to automatically match an |
nothing calls this directly
no test coverage detected