(s)
| 1564 | return o && o.call(s) |
| 1565 | } |
| 1566 | function getIteratorFn(s) { |
| 1567 | var o = s && ((z && s[z]) || s[Y]) |
| 1568 | if ('function' == typeof o) return o |
| 1569 | } |
| 1570 | function isArrayLike(s) { |
| 1571 | return s && 'number' == typeof s.length |
| 1572 | } |
no outgoing calls
no test coverage detected