(frame)
| 277 | } |
| 278 | |
| 279 | getCallFrameUrl(frame) { |
| 280 | const {scriptId} = frame.location ? frame.location : frame; |
| 281 | return (this._scriptMap.get(scriptId) ?? frame).url; |
| 282 | } |
| 283 | |
| 284 | logCallFrames(callFrames) { |
| 285 | for (var frame of callFrames) { |
no test coverage detected