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

Function luaK_exp2val

Source/Misc/lua/src/lua.c:4105–4110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4103
4104
4105void luaK_exp2val (FuncState *fs, expdesc *e) {
4106if (hasjumps(e))
4107luaK_exp2anyreg(fs, e);
4108else
4109luaK_dischargevars(fs, e);
4110}
4111
4112
4113int luaK_exp2RK (FuncState *fs, expdesc *e) {

Callers 3

luaK_exp2RKFunction · 0.85
luaK_posfixFunction · 0.85
yindexFunction · 0.85

Calls 2

luaK_exp2anyregFunction · 0.85
luaK_dischargevarsFunction · 0.85

Tested by

no test coverage detected