MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / removevars

Function removevars

other_src/lua/src/lparser.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176static 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
183static int indexupvalue (FuncState *fs, TString *name, expdesc *v) {

Callers 2

leaveblockFunction · 0.70
close_funcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected