Home | History | Annotate | Download | only in src

Lines Matching refs:opt_index

968 ExecutionState.prototype.frame = function(opt_index) {
970 if (opt_index == null) opt_index = this.selected_frame;
971 if (opt_index < 0 || opt_index >= this.frameCount()) {
974 return new FrameMirror(this.break_id, opt_index);