(&mut self)
| 309 | } |
| 310 | |
| 311 | fn current_frame(&mut self) -> &mut CallFrame<'gc> { |
| 312 | &mut self.frames[self.frame_count - 1] |
| 313 | } |
| 314 | |
| 315 | // Dispatch the next opcode, stop at the given frame count. |
| 316 | // When dispatch in step() function, the stop_at_frame_count is 0. |