MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / getlocalvardesc

Function getlocalvardesc

third-party/lua-5.5.0/src/lparser.c:226–228  ·  view source on GitHub ↗

** Return the "variable description" (Vardesc) of a given variable. ** (Unless noted otherwise, all variables are referred to by their ** compiler indices.) */

Source from the content-addressed store, hash-verified

224** compiler indices.)
225*/
226static Vardesc *getlocalvardesc (FuncState *fs, int vidx) {
227 return &fs->ls->dyd->actvar.arr[fs->firstlocal + vidx];
228}
229
230
231/*

Callers 10

reglevelFunction · 0.70
localdebuginfoFunction · 0.70
init_varFunction · 0.70
check_readonlyFunction · 0.70
adjustlocalvarsFunction · 0.70
newupvalueFunction · 0.70
searchvarFunction · 0.70
jumpscopeerrorFunction · 0.70
localstatFunction · 0.70
initglobalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected