(input)
| 50975 | try { |
| 50976 | controller.close(); |
| 50977 | } catch (err) { |
| 50978 | if (!err.message.includes("Controller is already closed")) { |
| 50979 | throw err; |
| 50980 | } |
| 50981 | } |
| 50982 | } |
| 50983 | function isomorphicEncode(input) { |
| 50984 | for (let i3 = 0; i3 < input.length; i3++) { |
| 50985 | assert2(input.charCodeAt(i3) <= 255); |
no outgoing calls
no test coverage detected
searching dependent graphs…