(entry)
| 293 | } |
| 294 | |
| 295 | focusDeoptLogEntry(entry) { |
| 296 | this._state.deoptLogEntry = entry; |
| 297 | this.focusCodeLogEntry(entry.code, false); |
| 298 | this.focusSourcePosition(entry.sourcePosition); |
| 299 | } |
| 300 | |
| 301 | focusSharedLibLogEntry(entry) { |
| 302 | // no-op. |
no test coverage detected