MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getlocalvardesc

Function getlocalvardesc

extlibs/lua/src/lparser.c:218–220  ·  view source on GitHub ↗

** Return the "variable description" (Vardesc) of a given ** variable */

Source from the content-addressed store, hash-verified

216** variable
217*/
218static Vardesc *getlocalvardesc (FuncState *fs, int i) {
219 return &fs->ls->dyd->actvar.arr[fs->firstlocal + i];
220}
221
222
223/*

Callers 9

stacklevelFunction · 0.85
localdebuginfoFunction · 0.85
init_varFunction · 0.85
check_readonlyFunction · 0.85
adjustlocalvarsFunction · 0.85
newupvalueFunction · 0.85
searchvarFunction · 0.85
jumpscopeerrorFunction · 0.85
localstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected