(&mut self, arg: MemArg)
| 2841 | } |
| 2842 | |
| 2843 | fn visit_memory_atomic_wait64(&mut self, arg: MemArg) -> Self::Output { |
| 2844 | self.emit_atomic_wait(&arg, AtomicWaitKind::Wait64) |
| 2845 | } |
| 2846 | |
| 2847 | fn visit_memory_atomic_notify(&mut self, arg: MemArg) -> Self::Output { |
| 2848 | self.emit_atomic_notify(&arg) |
nothing calls this directly
no test coverage detected