(target, source, args, runtime)
| 100 | } |
| 101 | |
| 102 | install(target, source, args, runtime) { |
| 103 | this.runtime = runtime; |
| 104 | runtime.assignToNamespace(target, this.nameSpace, this.eventSourceName, this.stub); |
| 105 | } |
| 106 | |
| 107 | static parse(parser) { |
| 108 | if (!parser.matchToken("eventsource")) return; |
nothing calls this directly
no test coverage detected