(_)
| 136537 | return new Dispatch(_); |
| 136538 | } |
| 136539 | function Dispatch(_) { |
| 136540 | this._ = _; |
| 136541 | } |
| 136542 | function parseTypenames(typenames, types) { |
| 136543 | return typenames.trim().split(/^|\s+/).map(function(t) { |
| 136544 | var name = "", i = t.indexOf("."); |
nothing calls this directly
no outgoing calls
no test coverage detected