MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaK_exp2nextreg

Function luaK_exp2nextreg

Source/Misc/lua/src/lua.c:4083–4088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4081
4082
4083void luaK_exp2nextreg (FuncState *fs, expdesc *e) {
4084luaK_dischargevars(fs, e);
4085freeexp(fs, e);
4086luaK_reserveregs(fs, 1);
4087exp2reg(fs, e, fs->freereg - 1);
4088}
4089
4090
4091int luaK_exp2anyreg (FuncState *fs, expdesc *e) {

Callers 12

luaK_exp2anyregFunction · 0.85
luaK_infixFunction · 0.85
luaK_posfixFunction · 0.85
adjust_assignFunction · 0.85
closelistfieldFunction · 0.85
lastlistfieldFunction · 0.85
constructorFunction · 0.85
explist1Function · 0.85
funcargsFunction · 0.85
primaryexpFunction · 0.85
exp1Function · 0.85
retstatFunction · 0.85

Calls 4

luaK_dischargevarsFunction · 0.85
freeexpFunction · 0.85
luaK_reserveregsFunction · 0.85
exp2regFunction · 0.85

Tested by

no test coverage detected