Press n or j to go to the next uncovered block, b, p or k for the previous block.
function fn() { return true; /* v8 ignore next */ console.log('never runs'); } fn();