(_)
| 119544 | } |
| 119545 | |
| 119546 | function Dispatch(_) { |
| 119547 | this._ = _; |
| 119548 | } |
| 119549 | |
| 119550 | function parseTypenames(typenames, types) { |
| 119551 | return typenames.trim().split(/^|\s+/).map(function (t) { |
nothing calls this directly
no outgoing calls
no test coverage detected