MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaK_exp2anyregup

Function luaK_exp2anyregup

3rd/lua-5.4.3/src/lcode.c:958–961  ·  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

956** or in an upvalue.
957*/
958void luaK_exp2anyregup (FuncState *fs, expdesc *e) {
959 if (e->k != VUPVAL || hasjumps(e))
960 luaK_exp2anyreg(fs, e);
961}
962
963
964/*

Callers 2

fieldselFunction · 0.85
suffixedexpFunction · 0.85

Calls 1

luaK_exp2anyregFunction · 0.85

Tested by

no test coverage detected