()
| 567 | } |
| 568 | |
| 569 | function getStructuredStack() { |
| 570 | const getStructuredStackImpl = lazyGetStructuredStack(); |
| 571 | |
| 572 | return getStructuredStackImpl(); |
| 573 | } |
| 574 | |
| 575 | function once(callback, { preserveReturnValue = false } = kEmptyObject) { |
| 576 | let called = false; |
no test coverage detected
searching dependent graphs…