DebugHook returns the current hook function.
(l *State)
| 175 | |
| 176 | // DebugHook returns the current hook function. |
| 177 | func DebugHook(l *State) Hook { return l.hooker } |
| 178 | |
| 179 | // DebugHookMask returns the current hook mask. |
| 180 | func DebugHookMask(l *State) byte { return l.hookMask } |