MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / markupval

Function markupval

src/Chain/libraries/glua/lparser.cpp:281–285  ·  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

279 (to emit close instructions later).
280 */
281static void markupval(FuncState *fs, int level) {
282 BlockCnt *bl = fs->bl;
283 while (bl->nactvar > level) bl = bl->previous;
284 bl->upval = 1;
285}
286
287
288/*

Callers 1

singlevarauxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected