(asyncId)
| 524 | |
| 525 | |
| 526 | function emitAfterScript(asyncId) { |
| 527 | if (hasHooks(kAfter)) |
| 528 | emitAfterNative(asyncId); |
| 529 | |
| 530 | popAsyncContext(asyncId); |
| 531 | } |
| 532 | |
| 533 | |
| 534 | function emitDestroyScript(asyncId) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…