(l *State)
| 62 | } |
| 63 | |
| 64 | func protectedCallContinuation(l *State) int { |
| 65 | _, shouldYield, _ := l.Context() |
| 66 | return finishProtectedCall(l, shouldYield) |
| 67 | } |
| 68 | |
| 69 | func loadHelper(l *State, s error, e int) int { |
| 70 | if s == nil { |
nothing calls this directly
no test coverage detected