(x5)
| 10465 | return void 0; |
| 10466 | } |
| 10467 | function typeIsObject(x5) { |
| 10468 | return typeof x5 === "object" && x5 !== null || typeof x5 === "function"; |
| 10469 | } |
| 10470 | const rethrowAssertionErrorRejection = noop2; |
| 10471 | function setFunctionName(fn, name) { |
| 10472 | try { |
no outgoing calls
no test coverage detected
searching dependent graphs…