(target, source, args, runtime2)
| 11310 | this.messageHandler = messageHandler; |
| 11311 | } |
| 11312 | install(target, source, args, runtime2) { |
| 11313 | this.runtime = runtime2; |
| 11314 | runtime2.assignToNamespace(target, this.nameSpace, this.socketName, this.socketObject); |
| 11315 | } |
| 11316 | static parse(parser) { |
| 11317 | if (!parser.matchToken("socket")) return; |
| 11318 | var name = parser.requireElement("dotOrColonPath"); |
nothing calls this directly
no test coverage detected