| 205 | |
| 206 | |
| 207 | static void removevars (LexState *ls, int tolevel) { |
| 208 | FuncState *fs = ls->fs; |
| 209 | while (fs->nactvar > tolevel) |
| 210 | getlocvar(fs, --fs->nactvar).endpc = fs->pc; |
| 211 | } |
| 212 | |
| 213 | |
| 214 | static int indexupvalue (FuncState *fs, TString *name, expdesc *v) { |
no outgoing calls
no test coverage detected