| 174 | |
| 175 | |
| 176 | static void removevars (LexState *ls, int tolevel) { |
| 177 | FuncState *fs = ls->fs; |
| 178 | while (fs->nactvar > tolevel) |
| 179 | getlocvar(fs, --fs->nactvar).endpc = fs->pc; |
| 180 | } |
| 181 | |
| 182 | |
| 183 | static int indexupvalue (FuncState *fs, TString *name, expdesc *v) { |
no outgoing calls
no test coverage detected