Lines Matching refs:frames
657 // Default is to show top 10 frames.666 // Show top frames.670 // Show bottom frames.1217 print('fin[ish] [<N>] - step out of N frames (default N is 1)');1433 var result = 'Frames #' + body.fromFrame + ' to #' +1435 for (i = 0; i < body.frames.length; i++) {1437 result += body.frames[i].text;