(context)
| 680 | return context.meta.runtime.unifiedExec(this, context); |
| 681 | } |
| 682 | findNext(context) { |
| 683 | return context.meta.runtime.findNext(this, context); |
| 684 | } |
| 685 | }; |
| 686 | var Feature = class extends ParseElement { |
| 687 | isFeature = true; |
no outgoing calls
no test coverage detected