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

Function luaK_exp2val

src/vm/luavm/lua/lcode.c:548–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546
547
548void luaK_exp2val (FuncState *fs, expdesc *e) {
549 if (hasjumps(e))
550 luaK_exp2anyreg(fs, e);
551 else
552 luaK_dischargevars(fs, e);
553}
554
555
556int luaK_exp2RK (FuncState *fs, expdesc *e) {

Callers 3

yindexFunction · 0.85
luaK_exp2RKFunction · 0.85
luaK_posfixFunction · 0.85

Calls 2

luaK_exp2anyregFunction · 0.85
luaK_dischargevarsFunction · 0.85

Tested by

no test coverage detected