(session)
| 111 | ]); |
| 112 | |
| 113 | async function waitPauseAndDumpLocation(session) { |
| 114 | var message = await session.Protocol.Debugger.oncePaused(); |
| 115 | InspectorTest.log('paused at:'); |
| 116 | await session.logSourceLocation(message.params.callFrames[0].location); |
| 117 | return message; |
| 118 | } |
no test coverage detected