MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaK_exp2val

Function luaK_exp2val

extlibs/lua/src/lcode.c:969–974  ·  view source on GitHub ↗

** Ensures final expression result is either in a register ** or it is a constant. */

Source from the content-addressed store, hash-verified

967** or it is a constant.
968*/
969void luaK_exp2val (FuncState *fs, expdesc *e) {
970 if (hasjumps(e))
971 luaK_exp2anyreg(fs, e);
972 else
973 luaK_dischargevars(fs, e);
974}
975
976
977/*

Callers 1

yindexFunction · 0.85

Calls 2

luaK_exp2anyregFunction · 0.85
luaK_dischargevarsFunction · 0.85

Tested by

no test coverage detected