(target, source, args, runtime2)
| 11656 | this.stub = stub; |
| 11657 | } |
| 11658 | install(target, source, args, runtime2) { |
| 11659 | this.runtime = runtime2; |
| 11660 | runtime2.assignToNamespace(target, this.nameSpace, this.eventSourceName, this.stub); |
| 11661 | } |
| 11662 | static parse(parser) { |
| 11663 | if (!parser.matchToken("eventsource")) return; |
| 11664 | var urlElement; |
nothing calls this directly
no test coverage detected