MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaK_exp2anyregup

Function luaK_exp2anyregup

third-party/lua-5.4.6/src/lcode.c:978–981  ·  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

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

Callers 3

singlevarFunction · 0.70
fieldselFunction · 0.70
suffixedexpFunction · 0.70

Calls 1

luaK_exp2anyregFunction · 0.70

Tested by

no test coverage detected