MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaK_exp2anyregup

Function luaK_exp2anyregup

freebsd/contrib/openzfs/module/lua/lcode.c:512–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

fieldselFunction · 0.85
suffixedexpFunction · 0.85

Calls 1

luaK_exp2anyregFunction · 0.70

Tested by

no test coverage detected