(target, source, args, runtime2)
| 9589 | this.start = setCmd; |
| 9590 | } |
| 9591 | install(target, source, args, runtime2) { |
| 9592 | queueMicrotask(() => { |
| 9593 | this.start && this.start.execute(runtime2.makeContext(target, this, target, null)); |
| 9594 | }); |
| 9595 | } |
| 9596 | static parse(parser) { |
| 9597 | let setCmd = parser.parseElement("setCommand"); |
| 9598 | if (setCmd) { |
nothing calls this directly
no test coverage detected