(v5)
| 74981 | if (o3 && typeof o3.length === "number") return { |
| 74982 | next: function() { |
| 74983 | if (o3 && i3 >= o3.length) o3 = void 0; |
| 74984 | return { value: o3 && o3[i3++], done: !o3 }; |
| 74985 | } |
| 74986 | }; |
| 74987 | throw new TypeError(s2 ? "Object is not iterable." : "Symbol.iterator is not defined."); |
| 74988 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…