()
| 869 | } |
| 870 | |
| 871 | func (ls *LState) kill() { |
| 872 | ls.Dead = true |
| 873 | if ls.ctxCancelFn != nil { |
| 874 | ls.ctxCancelFn() |
| 875 | } |
| 876 | } |
| 877 | |
| 878 | func (ls *LState) indexToReg(idx int) int { |
| 879 | base := ls.currentLocalBase() |
no outgoing calls
no test coverage detected