()
| 92 | } |
| 93 | |
| 94 | func (cwt contextWithTimeout) Dispose() { |
| 95 | cwt.Context.vm.RemoveDisposable(cwt) |
| 96 | cwt.Cancel() |
| 97 | } |
| 98 | |
| 99 | // vm_newLocker: () *locker |
| 100 | func vm_newLocker(vm *VM, args Values) any { |
nothing calls this directly
no test coverage detected