(v)
| 9471 | } |
| 9472 | |
| 9473 | var asArray = function(v) { |
| 9474 | if (es5.isArray(v)) { |
| 9475 | return v; |
| 9476 | } |
| 9477 | return null; |
| 9478 | }; |
| 9479 | |
| 9480 | if (typeof Symbol !== "undefined" && Symbol.iterator) { |
| 9481 | var ArrayFrom = typeof Array.from === "function" ? function(v) { |
nothing calls this directly
no outgoing calls
no test coverage detected