Home | History | Annotate | Download | only in src

Lines Matching full:opt_index

988 ExecutionState.prototype.frame = function(opt_index) {
990 if (opt_index == null) opt_index = this.selected_frame;
991 if (opt_index < 0 || opt_index >= this.frameCount()) {
994 return new FrameMirror(this.break_id, opt_index);