* @_ignore:
(fragment, selector, args)
| 121 | * @_ignore: |
| 122 | */ |
| 123 | constructor(fragment, selector, args) { |
| 124 | const name = fragment.name, signature = fragment.format(); |
| 125 | defineProperties(this, { |
| 126 | fragment, name, args, signature, selector |
| 127 | }); |
| 128 | } |
| 129 | } |
| 130 | /** |
| 131 | * An **Indexed** is used as a value when a value that does not |
nothing calls this directly
no test coverage detected