()
| 10 | type Frame *callInfo |
| 11 | |
| 12 | func (l *State) resetHookCount() { l.hookCount = l.baseHookCount } |
| 13 | func (l *State) prototype(ci *callInfo) *prototype { |
| 14 | return l.stack[ci.function].(*luaClosure).prototype |
| 15 | } |
no outgoing calls
no test coverage detected