(&mut self)
| 9588 | } |
| 9589 | |
| 9590 | fn emit_return_value(&mut self) { |
| 9591 | emit!(self, Instruction::ReturnValue) |
| 9592 | } |
| 9593 | |
| 9594 | fn current_code_info(&mut self) -> &mut ir::CodeInfo { |
| 9595 | self.code_stack.last_mut().expect("no code on stack") |
no outgoing calls
no test coverage detected