MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / markupval

Function markupval

Source/Misc/lua/src/lua.c:7793–7797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7791
7792
7793static void markupval (FuncState *fs, int level) {
7794BlockCnt *bl = fs->bl;
7795while (bl && bl->nactvar > level) bl = bl->previous;
7796if (bl) bl->upval = 1;
7797}
7798
7799
7800static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) {

Callers 1

singlevarauxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected