(&self)
| 243 | .get_from_func_ref(func_ref, self.frame_stack.last().unwrap().function()) |
| 244 | } |
| 245 | fn get_current_function(&self) -> &'a Function { |
| 246 | self.current_frame().function() |
| 247 | } |
| 248 | |
| 249 | fn get_libcall_handler(&self) -> LibCallHandler { |
| 250 | self.libcall_handler |
no test coverage detected