MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaY_nvarstack

Function luaY_nvarstack

lib/lua/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.85
createlabelFunction · 0.85
enterblockFunction · 0.85
close_funcFunction · 0.85
gotostatFunction · 0.85
retstatFunction · 0.85
statementFunction · 0.85
freeregFunction · 0.85
luaK_exp2anyregFunction · 0.85

Calls 1

reglevelFunction · 0.85

Tested by

no test coverage detected