Lines Matching full:jump
531 return "can't jump into an exception handler, or code may be unreachable";
536 return "can't jump into an 'except' block as there's no exception";
538 return "can't jump into a re-raising block as there's no location";
543 return "can't jump into the body of a for loop";
627 * order to jump to a given line of code, subject to some restrictions. Most
628 * lines are OK to jump to because they don't make any assumptions about the
666 "can only jump from a 'line' trace event");
670 "can't jump from the 'call' trace event of a new frame");
681 "can only jump from a 'line' trace event");
758 msg = "can't jump from unreachable code";