MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaK_exp2anyregup

Function luaK_exp2anyregup

src/Chain/libraries/glua/lcode.cpp:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540
541
542void luaK_exp2anyregup(FuncState *fs, expdesc *e) {
543 if (e->k != VUPVAL || hasjumps(e))
544 luaK_exp2anyreg(fs, e);
545}
546
547
548void luaK_exp2val(FuncState *fs, expdesc *e) {

Callers 2

fieldselFunction · 0.85
suffixedexpFunction · 0.85

Calls 1

luaK_exp2anyregFunction · 0.85

Tested by

no test coverage detected