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

Function luaK_exp2anyregup

third-party/lua-5.2.4/src/lcode.c:514–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512
513
514void luaK_exp2anyregup (FuncState *fs, expdesc *e) {
515 if (e->k != VUPVAL || hasjumps(e))
516 luaK_exp2anyreg(fs, e);
517}
518
519
520void luaK_exp2val (FuncState *fs, expdesc *e) {

Callers 2

fieldselFunction · 0.70
suffixedexpFunction · 0.70

Calls 1

luaK_exp2anyregFunction · 0.70

Tested by

no test coverage detected