()
| 111 | http2SecureServer.on('stream', handleStream); |
| 112 | |
| 113 | const terminate = () => { |
| 114 | session.disconnect(); |
| 115 | http2Server.close(); |
| 116 | http2SecureServer.close(); |
| 117 | inspector.close(); |
| 118 | }; |
| 119 | |
| 120 | function findFrameInInitiator(scriptName, initiator) { |
| 121 | const frame = initiator.stack.callFrames.find((it) => { |
no test coverage detected
searching dependent graphs…