MCPcopy Create free account
hub / github.com/F-Stack/f-stack / markupval

Function markupval

freebsd/contrib/openzfs/module/lua/lparser.c:258–262  ·  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

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

Callers 1

singlevarauxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected