(&mut self)
| 9592 | } |
| 9593 | |
| 9594 | fn current_code_info(&mut self) -> &mut ir::CodeInfo { |
| 9595 | self.code_stack.last_mut().expect("no code on stack") |
| 9596 | } |
| 9597 | |
| 9598 | /// Evaluate whether an expression is a compile-time constant boolean. |
| 9599 | /// Returns Some(true) for truthy constants, Some(false) for falsy constants, |
no outgoing calls
no test coverage detected