MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaY_nvarstack

Function luaY_nvarstack

extlibs/lua/src/lparser.c:242–244  ·  view source on GitHub ↗

** Return the number of variables in the stack for function 'fs' */

Source from the content-addressed store, hash-verified

240** Return the number of variables in the stack for function 'fs'
241*/
242int luaY_nvarstack (FuncState *fs) {
243 return stacklevel(fs, fs->nactvar);
244}
245
246
247/*

Callers 12

adjustlocalvarsFunction · 0.85
createlabelFunction · 0.85
enterblockFunction · 0.85
close_funcFunction · 0.85
gotostatFunction · 0.85
forlistFunction · 0.85
issinglejumpFunction · 0.85
localstatFunction · 0.85
retstatFunction · 0.85
statementFunction · 0.85
freeregFunction · 0.85
luaK_exp2anyregFunction · 0.85

Calls 1

stacklevelFunction · 0.85

Tested by

no test coverage detected