(ci *callInfo)
| 14 | return l.stack[ci.function].(*luaClosure).prototype |
| 15 | } |
| 16 | func (l *State) currentLine(ci *callInfo) int { |
| 17 | return int(l.prototype(ci).lineInfo[ci.savedPC - 1]) |
| 18 | } |
| 19 | |
| 20 | func chunkID(source string) string { |
| 21 | switch source[0] { |
no test coverage detected