(l *State)
| 420 | } |
| 421 | |
| 422 | func hookTable(l *State) bool { return SubTable(l, RegistryIndex, "_HKEY") } |
| 423 | |
| 424 | func internalHook(l *State, d Debug) { |
| 425 | hookNames := []string{"call", "return", "line", "count", "tail call"} |
no test coverage detected
searching dependent graphs…