(entry)
| 279 | } |
| 280 | |
| 281 | focusIcLogEntry(entry) { |
| 282 | this._state.ic = entry; |
| 283 | this.focusMapLogEntry(entry.map, false); |
| 284 | this.focusCodeLogEntry(entry.code, false); |
| 285 | this.focusSourcePosition(entry.sourcePosition); |
| 286 | } |
| 287 | |
| 288 | focusCodeLogEntry(entry, focusSourcePosition = true) { |
| 289 | this._state.code = entry; |
no test coverage detected