Searched refs:num_frames (Results 1 – 1 of 1) sorted by relevance
278 let num_frames = self.frame_stack.len(); in current_frame_mut() localVariable279 match num_frames { in current_frame_mut()281 _ => &mut self.frame_stack[num_frames - 1], in current_frame_mut()286 let num_frames = self.frame_stack.len(); in current_frame() localVariable287 match num_frames { in current_frame()289 _ => &self.frame_stack[num_frames - 1], in current_frame()