(obj)
| 1509 | } |
| 1510 | |
| 1511 | function isSyncIterable(obj) { |
| 1512 | return obj != null && typeof obj[SymbolIterator] === 'function'; |
| 1513 | } |
| 1514 | |
| 1515 | // Functions used specifically for internal or assertion purposes only. |
| 1516 | let getQuicStreamState; |
no outgoing calls
no test coverage detected
searching dependent graphs…