()
| 425 | const self = this; |
| 426 | |
| 427 | function runBound() { |
| 428 | return bound(this, self, cb, arguments); |
| 429 | } |
| 430 | |
| 431 | ObjectDefineProperty(runBound, 'domain', { |
| 432 | __proto__: null, |
nothing calls this directly
no test coverage detected
searching dependent graphs…