DebugHookMask returns the current hook mask.
(l *State)
| 178 | |
| 179 | // DebugHookMask returns the current hook mask. |
| 180 | func DebugHookMask(l *State) byte { return l.hookMask } |
| 181 | |
| 182 | // DebugHookCount returns the current hook count. |
| 183 | func DebugHookCount(l *State) int { return l.hookCount } |