MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / markupval

Function markupval

lua/lparser.c:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247
248static void markupval (FuncState *fs, int level) {
249 BlockCnt *bl = fs->bl;
250 while (bl && bl->nactvar > level) bl = bl->previous;
251 if (bl) bl->upval = 1;
252}
253
254
255static 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