(&self, vm: &VirtualMachine)
| 8881 | |
| 8882 | #[inline] |
| 8883 | fn specialization_eval_frame_active(&self, vm: &VirtualMachine) -> bool { |
| 8884 | vm.use_tracing.get() |
| 8885 | } |
| 8886 | |
| 8887 | #[inline] |
| 8888 | fn specialization_has_datastack_space_for_func( |
no test coverage detected