(&self, t: Self::Type, val: f64)
| 164 | self.constant_u8(DUMMY_SP, i) |
| 165 | } |
| 166 | fn const_real(&self, t: Self::Type, val: f64) -> Self::Value { |
| 167 | self.constant_float(t, val) |
| 168 | } |
| 169 | |
| 170 | fn const_str(&self, s: &str) -> (Self::Value, Self::Value) { |
| 171 | let len = s.len(); |
nothing calls this directly
no test coverage detected