(context)
| 687 | return context.meta.runtime.unifiedExec(this, context); |
| 688 | } |
| 689 | findNext(context) { |
| 690 | return context.meta.runtime.findNext(this, context); |
| 691 | } |
| 692 | }; |
| 693 | var Feature = class extends ParseElement { |
| 694 | isFeature = true; |
no outgoing calls
no test coverage detected