* @_ignore:
(fragment, selector, args)
| 56 | * @_ignore: |
| 57 | */ |
| 58 | constructor(fragment, selector, args) { |
| 59 | const name = fragment.name, signature = fragment.format(); |
| 60 | defineProperties(this, { |
| 61 | fragment, name, args, signature, selector |
| 62 | }); |
| 63 | } |
| 64 | } |
| 65 | /** |
| 66 | * An **Indexed** is used as a value when a value that does not |
nothing calls this directly
no test coverage detected