| 7750 | |
| 7751 | |
| 7752 | static void removevars (LexState *ls, int tolevel) { |
| 7753 | FuncState *fs = ls->fs; |
| 7754 | while (fs->nactvar > tolevel) |
| 7755 | getlocvar(fs, --fs->nactvar).endpc = fs->pc; |
| 7756 | } |
| 7757 | |
| 7758 | |
| 7759 | static int indexupvalue (FuncState *fs, TString *name, expdesc *v) { |
no outgoing calls
no test coverage detected