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

Function luaK_indexed

app/redis-6.2.6/deps/lua/src/lcode.c:621–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619
620
621void luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) {
622 t->u.s.aux = luaK_exp2RK(fs, k);
623 t->k = VINDEXED;
624}
625
626
627static int constfolding (OpCode op, expdesc *e1, expdesc *e2) {

Callers 2

fieldFunction · 0.70
primaryexpFunction · 0.70

Calls 1

luaK_exp2RKFunction · 0.70

Tested by

no test coverage detected