()
| 642 | handle[kRef](); |
| 643 | |
| 644 | function cleanup() { |
| 645 | handle[kLocked] = false; |
| 646 | handle[kUnref](); |
| 647 | if (autoClose) { |
| 648 | handle[kCloseSync](); |
| 649 | } |
| 650 | } |
| 651 | |
| 652 | const source = { |
| 653 | __proto__: null, |
no test coverage detected
searching dependent graphs…