(&self, i: i16)
| 144 | self.constant_bool(DUMMY_SP, val) |
| 145 | } |
| 146 | fn const_i16(&self, i: i16) -> Self::Value { |
| 147 | self.constant_i16(DUMMY_SP, i) |
| 148 | } |
| 149 | fn const_i32(&self, i: i32) -> Self::Value { |
| 150 | self.constant_i32(DUMMY_SP, i) |
| 151 | } |
nothing calls this directly
no test coverage detected