MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / luaY_nvarstack

Function luaY_nvarstack

src/lparser.cpp:822–824  ·  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

820** function.
821*/
822lu_byte luaY_nvarstack (FuncState *fs) {
823 return reglevel(fs, fs->nactvar);
824}
825
826
827/*

Callers 11

freeregFunction · 0.85
luaK_exp2anyregFunction · 0.85
adjustlocalvarsFunction · 0.85
enterblockFunction · 0.85
close_funcFunction · 0.85
primaryexpFunction · 0.85
prefixplusplusauxFunction · 0.85
switchimplFunction · 0.85
compoundassignFunction · 0.85
retstatFunction · 0.85
statementFunction · 0.85

Calls 1

reglevelFunction · 0.85

Tested by

no test coverage detected