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

Function luaK_exp2val

third-party/lua-5.1.5/src/lcode.c:436–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435
436void luaK_exp2val (FuncState *fs, expdesc *e) {
437 if (hasjumps(e))
438 luaK_exp2anyreg(fs, e);
439 else
440 luaK_dischargevars(fs, e);
441}
442
443
444int luaK_exp2RK (FuncState *fs, expdesc *e) {

Callers 3

yindexFunction · 0.70
luaK_exp2RKFunction · 0.70
luaK_posfixFunction · 0.70

Calls 2

luaK_exp2anyregFunction · 0.70
luaK_dischargevarsFunction · 0.70

Tested by

no test coverage detected