(obj)
| 1100 | } |
| 1101 | |
| 1102 | function isNodeEventTarget(obj) { |
| 1103 | return obj?.constructor?.[kIsNodeEventTarget]; |
| 1104 | } |
| 1105 | |
| 1106 | function addCatch(promise) { |
| 1107 | const then = promise.then; |
no outgoing calls
no test coverage detected
searching dependent graphs…