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

Function luaY_nvarstack

third-party/lua-5.5.0/src/lparser.c:250–252  ·  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

248** function.
249*/
250lu_byte luaY_nvarstack (FuncState *fs) {
251 return reglevel(fs, fs->nactvar);
252}
253
254
255/*

Callers 7

adjustlocalvarsFunction · 0.70
enterblockFunction · 0.70
close_funcFunction · 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