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

Function luaY_nvarstack

third-party/lua-5.4.6/src/lparser.c:243–245  ·  view source on GitHub ↗

** Return the number of variables in the register stack for the given ** function. */

Source from the content-addressed store, hash-verified

241** function.
242*/
243int luaY_nvarstack (FuncState *fs) {
244 return reglevel(fs, fs->nactvar);
245}
246
247
248/*

Callers 9

adjustlocalvarsFunction · 0.70
createlabelFunction · 0.70
enterblockFunction · 0.70
close_funcFunction · 0.70
gotostatFunction · 0.70
retstatFunction · 0.70
statementFunction · 0.70
freeregFunction · 0.70
luaK_exp2anyregFunction · 0.70

Calls 1

reglevelFunction · 0.70

Tested by

no test coverage detected