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

Function getlocvar

freebsd/contrib/openzfs/module/lua/lparser.c:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196static LocVar *getlocvar (FuncState *fs, int i) {
197 int idx = fs->ls->dyd->actvar.arr[fs->firstlocal + i].idx;
198 lua_assert(idx < fs->nlocvars);
199 return &fs->f->locvars[idx];
200}
201
202
203static void adjustlocalvars (LexState *ls, int nvars) {

Callers 9

adjustlocalvarsFunction · 0.85
removevarsFunction · 0.85
searchvarFunction · 0.85
closegotoFunction · 0.85
localfuncFunction · 0.85
adjustlocalvarsFunction · 0.85
removevarsFunction · 0.85
searchvarFunction · 0.85
localfuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected