MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / markupval

Function markupval

deps/lua/src/lparser.c:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216
217static void markupval (FuncState *fs, int level) {
218 BlockCnt *bl = fs->bl;
219 while (bl && bl->nactvar > level) bl = bl->previous;
220 if (bl) bl->upval = 1;
221}
222
223
224static 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