MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / luaK_exp2anyregup

Function luaK_exp2anyregup

Dependencies/lua/src/lcode.c:977–980  ·  view source on GitHub ↗

** Ensures final expression result is either in a register ** or in an upvalue. */

Source from the content-addressed store, hash-verified

975** or in an upvalue.
976*/
977void luaK_exp2anyregup (FuncState *fs, expdesc *e) {
978 if (e->k != VUPVAL || hasjumps(e))
979 luaK_exp2anyreg(fs, e);
980}
981
982
983/*

Callers 3

singlevarFunction · 0.85
fieldselFunction · 0.85
suffixedexpFunction · 0.85

Calls 1

luaK_exp2anyregFunction · 0.85

Tested by

no test coverage detected