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

Function luaK_reserveregs

lib/lua/src/lcode.c:480–483  ·  view source on GitHub ↗

** Reserve 'n' registers in register stack */

Source from the content-addressed store, hash-verified

478** Reserve 'n' registers in register stack
479*/
480void luaK_reserveregs (FuncState *fs, int n) {
481 luaK_checkstack(fs, n);
482 fs->freereg += n;
483}
484
485
486/*

Callers 10

adjust_assignFunction · 0.85
constructorFunction · 0.85
parlistFunction · 0.85
check_conflictFunction · 0.85
forbodyFunction · 0.85
fornumFunction · 0.85
luaK_setreturnsFunction · 0.85
discharge2anyregFunction · 0.85
luaK_exp2nextregFunction · 0.85
luaK_selfFunction · 0.85

Calls 1

luaK_checkstackFunction · 0.85

Tested by

no test coverage detected