MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaK_indexed

Function luaK_indexed

ThirdParty/lua/lua/lcode.c:736–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734
735
736void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) {
737 lua_assert(!hasjumps(t));
738 t->u.ind.t = t->u.info;
739 t->u.ind.idx = luaK_exp2RK(fs, k);
740 t->u.ind.vt = (t->k == VUPVAL) ? VUPVAL
741 : check_exp(vkisinreg(t->k), VLOCAL);
742 t->k = VINDEXED;
743}
744
745
746/*

Callers 3

singlevarFunction · 0.85
fieldselFunction · 0.85
suffixedexpFunction · 0.85

Calls 1

luaK_exp2RKFunction · 0.85

Tested by

no test coverage detected