(&mut self)
| 80 | type Return = <Interpreter<'a> as OpVisitor>::Return; |
| 81 | |
| 82 | fn bytecode(&mut self) -> &mut Self::BytecodeStream { |
| 83 | self.0.bytecode() |
| 84 | } |
| 85 | |
| 86 | fn before_visit(&mut self) { |
| 87 | self.0.record_executing_pc_for_profiling(); |
no outgoing calls
no test coverage detected