DebugHookCount returns the current hook count.
(l *State)
| 181 | |
| 182 | // DebugHookCount returns the current hook count. |
| 183 | func DebugHookCount(l *State) int { return l.hookCount } |
| 184 | |
| 185 | // Stack gets information about the interpreter runtime stack. |
| 186 | // |