(target, source, args, runtime)
| 37 | } |
| 38 | |
| 39 | install(target, source, args, runtime) { |
| 40 | this.runtime = runtime; |
| 41 | runtime.assignToNamespace(target, this.nameSpace, this.socketName, this.socketObject); |
| 42 | } |
| 43 | |
| 44 | static parse(parser) { |
| 45 | if (!parser.matchToken("socket")) return; |
nothing calls this directly
no test coverage detected