(s)
| 3634 | if (s !== Object(s)) throw new TypeError('Expected [K, V] tuple: ' + s) |
| 3635 | } |
| 3636 | function resolveSize(s) { |
| 3637 | return (assertNotInfinite(s.size), ensureSize(s)) |
| 3638 | } |
| 3639 | function iterableClass(s) { |
| 3640 | return isKeyed(s) ? KeyedIterable : isIndexed(s) ? IndexedIterable : SetIterable |
| 3641 | } |
no test coverage detected