MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / markupval

Function markupval

third-party/lua-5.2.4/src/lparser.c:260–264  ·  view source on GitHub ↗

Mark block where variable at given level was defined (to emit close instructions later). */

Source from the content-addressed store, hash-verified

258 (to emit close instructions later).
259*/
260static void markupval (FuncState *fs, int level) {
261 BlockCnt *bl = fs->bl;
262 while (bl->nactvar > level) bl = bl->previous;
263 bl->upval = 1;
264}
265
266
267/*

Callers 1

singlevarauxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected